diff options
author | Erik Faye-Lund <[email protected]> | 2015-12-16 17:09:49 +0100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2016-01-12 11:02:08 +1100 |
commit | 2a15dc0dd5502ae7c585cacad497f032cab8c602 (patch) | |
tree | c6d4d154aeea56a11a44b82fc2a50f1ce054f338 /src/gallium/auxiliary/Makefile.sources | |
parent | e67f5cac796de5bce1081d723ade711a4f215f98 (diff) |
gallium/util: removed unused header-file
This hasn't been in use since c476305 ("gallium/util: pregenerate
half float tables"), where the last bit of run-time init using this
was killed. So let's just get rid of the pointless header.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index d92da3de77a..5325f974cda 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -252,7 +252,6 @@ C_SOURCES := \ util/u_helpers.h \ util/u_index_modify.c \ util/u_index_modify.h \ - util/u_init.h \ util/u_inlines.h \ util/u_keymap.c \ util/u_keymap.h \ |