gallium/util: Remove unused keymap
authorThomas Helland <thomashelland90@gmail.com>
Wed, 14 Jun 2017 18:02:18 +0000 (20:02 +0200)
committerThomas Helland <thomashelland90@gmail.com>
Thu, 21 Sep 2017 18:42:38 +0000 (20:42 +0200)
commit030f4ecf74d91928b2b3c56593c4066a549ee6d4
tree87f4fa17734a4d72a5006ba162f07f8b0e31236b
parentef719f4fd253161843abf2749ae5220f502caa51
gallium/util: Remove unused keymap

This is not used anywhere in the codebase. It's a hashtable
implementation that is based around cso_hash, and is therefore
(and as mentioned in a comment in the source) quite similar to
u_hash_table.

CC: Brian Paul<brianp@vmware.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/util/u_keymap.c [deleted file]
src/gallium/auxiliary/util/u_keymap.h [deleted file]