Re: [Mesa-dev] [PATCH 1/3] mesa/main: Remove _mesa_HashClone()

2015-05-06 Thread Timothy Arceri
On Tue, 2015-05-05 at 13:50 +0300, Juha-Pekka Heikkila wrote: > I didn't find this being used anywhere. > It used to be used by KHR_debug but Chia-I Wu replaced the hash table with a list for a number of reasons this time last year. Reviewed-by: Timothy Arceri > Signed-off-by: Juha-Pekka Heik

[Mesa-dev] [PATCH 1/3] mesa/main: Remove _mesa_HashClone()

2015-05-05 Thread Juha-Pekka Heikkila
I didn't find this being used anywhere. Signed-off-by: Juha-Pekka Heikkila --- src/mesa/main/hash.c | 28 src/mesa/main/hash.h | 3 --- 2 files changed, 31 deletions(-) diff --git a/src/mesa/main/hash.c b/src/mesa/main/hash.c index d04cccd..315b5d6 100644 --- a/src