summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2019-11-08 19:43:10 -0500
committerMarek Olšák <[email protected]>2019-11-11 19:45:12 -0500
commit3a23af9f44dd9855e6080b76bb972acd6e4ab569 (patch)
tree87cdb1c70cbd0ba54adfecd8b60d986b42855a6b /src/gallium
parentd29a33286260ac2de3b7718d9133923c40eeb1f7 (diff)
st/mesa: remove unused TGSI-only debug printing functions
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_debug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_debug.h b/src/gallium/drivers/llvmpipe/lp_debug.h
index d6443ba6e86..1accf3b1d92 100644
--- a/src/gallium/drivers/llvmpipe/lp_debug.h
+++ b/src/gallium/drivers/llvmpipe/lp_debug.h
@@ -32,10 +32,6 @@
#include "pipe/p_compiler.h"
#include "util/u_debug.h"
-extern void
-st_print_current(void);
-
-
#define DEBUG_PIPE 0x1
#define DEBUG_TGSI 0x2
#define DEBUG_TEX 0x4