summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-02-19 12:46:25 +0100
committerMarge Bot <eric+marge@anholt.net>2020-02-24 23:07:57 +0000
commit36515e295c390edd713d92ce3aef35730a7d12e1 (patch)
tree4abc42dec8c8c3e2b5c0b9167deb244f24d5ad0a /src/gallium/auxiliary/Makefile.sources
parentdfea933a2a09b169ff3753de764aa4662de7e4e7 (diff)
downloadmesa-36515e295c390edd713d92ce3aef35730a7d12e1.tar.gz
gallium/util: remove unused debug_print_foo helpers
These are unused, so let's just get rid of them. Reviewed-by: Eric Anholt <eric@anholt.net> 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.sources2
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 \