diff options
author | Thomas Helland <[email protected]> | 2017-06-14 20:02:18 +0200 |
---|---|---|
committer | Thomas Helland <[email protected]> | 2017-09-21 20:42:38 +0200 |
commit | 030f4ecf74d91928b2b3c56593c4066a549ee6d4 (patch) | |
tree | 87f4fa17734a4d72a5006ba162f07f8b0e31236b /src/gallium/auxiliary/Makefile.sources | |
parent | ef719f4fd253161843abf2749ae5220f502caa51 (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.sources | 2 |
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 \ |