Remove a useless cast to (void *) in hash_search() call

Peter Eisentraut <peter@eisentraut.org>

Commit: a274bbb1b3655ae122bba792c8fb9ae8f0ac5b21
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-11-14T08:30:14Z
Releases: 18.0
Remove a useless cast to (void *) in hash_search() call

This pattern was previously cleaned up in 54a177a948b, but a new
instance snuck in around the same time in 31966b151e6.

Files

PathChange+/−
src/backend/storage/buffer/localbuf.c modified +1 −1