summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2017-06-14 20:02:18 +0200
committerThomas Helland <[email protected]>2017-09-21 20:42:38 +0200
commit030f4ecf74d91928b2b3c56593c4066a549ee6d4 (patch)
tree87f4fa17734a4d72a5006ba162f07f8b0e31236b /src/gallium/auxiliary/Makefile.sources
parentef719f4fd253161843abf2749ae5220f502caa51 (diff)
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<[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 36d6c8fb4f4..6ced02e966c 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -259,8 +259,6 @@ C_SOURCES := \
util/u_index_modify.c \
util/u_index_modify.h \
util/u_inlines.h \
- util/u_keymap.c \
- util/u_keymap.h \
util/u_linear.c \
util/u_linear.h \
util/u_log.c \