Re: [Mesa-dev] [PATCH] util/hash_table: add helper to remove entry by key
Caio Marcelo de Oliveira Filho writes: > And the corresponding test case. Reviewed-by: Eric Anholt signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-
[Mesa-dev] [PATCH] util/hash_table: add helper to remove entry by key
And the corresponding test case. --- src/util/hash_table.c | 9 src/util/hash_table.h | 2 + src/util/tests/hash_table/.gitignore | 1 + src/util/tests/hash_table/Makefile.am | 1 + src/util/tests/hash_table/meson.build | 3 +- src/util/tests/hash_ta