diff options
author | Erik Faye-Lund <[email protected]> | 2020-02-19 12:46:25 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-24 23:07:57 +0000 |
commit | 36515e295c390edd713d92ce3aef35730a7d12e1 (patch) | |
tree | 4abc42dec8c8c3e2b5c0b9167deb244f24d5ad0a /src/gallium/auxiliary/Makefile.sources | |
parent | dfea933a2a09b169ff3753de764aa4662de7e4e7 (diff) |
gallium/util: remove unused debug_print_foo helpers
These are unused, so let's just get rid of them.
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3901>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3901>
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 88b5d418499..ca2273e63a6 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -216,8 +216,6 @@ C_SOURCES := \ util/u_cache.h \ util/u_compute.c \ util/u_compute.h \ - util/u_debug_gallium.h \ - util/u_debug_gallium.c \ util/u_debug_describe.c \ util/u_debug_describe.h \ util/u_debug_flush.c \ |