summaryrefslogtreecommitdiff
path: root/src/panfrost/encoder/pan_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/encoder/pan_util.h')
-rw-r--r--src/panfrost/encoder/pan_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/panfrost/encoder/pan_util.h b/src/panfrost/encoder/pan_util.h
index 46a335251d8..75086e78d8b 100644
--- a/src/panfrost/encoder/pan_util.h
+++ b/src/panfrost/encoder/pan_util.h
@@ -39,11 +39,4 @@
#define PAN_DBG_BIFROST 0x0100
#define PAN_DBG_GL3 0x0200
-extern int pan_debug;
-
-#define DBG(fmt, ...) \
- do { if (pan_debug & PAN_DBG_MSGS) \
- fprintf(stderr, "%s:%d: "fmt, \
- __FUNCTION__, __LINE__, ##__VA_ARGS__); } while (0)
-
#endif /* PAN_UTIL_H */