Caio Marcelo de Oliveira Filho writes:
> On Thu, Jul 05, 2018 at 01:56:11PM -0700, Eric Anholt wrote:
>> Caio Marcelo de Oliveira Filho writes:
>>
>> > ---
>>
>> This one should be trivial to unit test, with a present and non-present
>> key.
>
> Done.
>
> Do you want the equivalent hash_table
On Thu, Jul 05, 2018 at 01:56:11PM -0700, Eric Anholt wrote:
> Caio Marcelo de Oliveira Filho writes:
>
> > ---
>
> This one should be trivial to unit test, with a present and non-present
> key.
Done.
Do you want the equivalent hash_table function even if I don't have
use for it in the code at
Caio Marcelo de Oliveira Filho writes:
> ---
This one should be trivial to unit test, with a present and non-present
key.
signature.asc
Description: PGP signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/
---
src/util/set.c | 9 +
src/util/set.h | 2 ++
2 files changed, 11 insertions(+)
diff --git a/src/util/set.c b/src/util/set.c
index b2aa5ba13d5..feef96d16ea 100644
--- a/src/util/set.c
+++ b/src/util/set.c
@@ -383,6 +383,15 @@ _mesa_set_remove(struct set *ht, struct set_entry *entry)