Re: [Mesa-dev] [PATCH] util/hash_table: add helper to remove entry by key

2018-07-12 Thread Eric Anholt
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

2018-07-12 Thread Caio Marcelo de Oliveira Filho
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