util: Remove the usage of enum pipe_error in u_hash_table.*
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 6 Nov 2022 13:31:35 +0000 (21:31 +0800)
committerMarge Bot <emma+marge@anholt.net>
Sat, 19 Nov 2022 01:37:46 +0000 (01:37 +0000)
commit72cf2b540cecb8e6a6a95d9164a332dee7513d16
treec6824f8a4711d26425066b41cfccb8168f3b17b0
parent8eff2c222389a514cc22c82bccce11b6a55391d1
util: Remove the usage of enum pipe_error in u_hash_table.*

Use 0 instead of PIPE_OK in u_hash_table.c

Because pipe_error and PIPE_OK is comes from pipe/p_defines.h that doesn't belong
to src/util/

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19676>
src/util/u_hash_table.c
src/util/u_hash_table.h