summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-06-11 14:11:45 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-06-11 14:11:45 +0100
commitc51b850bd836c2bec0a1bcc7b32136dc21bc2360 (patch)
tree57a39846254894067694aae8d7d1b7f6597a9716 /perf
parent2c097e6e6b8375b7d488572cdb09b80dca06d42a (diff)
downloadcairo-c51b850bd836c2bec0a1bcc7b32136dc21bc2360.tar.gz
perf: Remove a debug artifact
Remove the intentional #error for non-UNIX path used to remind me to fix up configure.ac. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-print.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perf/cairo-perf-print.c b/perf/cairo-perf-print.c
index 1bf1b41bb..58210b88d 100644
--- a/perf/cairo-perf-print.c
+++ b/perf/cairo-perf-print.c
@@ -40,7 +40,6 @@
#define USE_TERMINAL_SIZE 1
#else
#define USE_TERMINAL_SIZE 0
-#error bang
#endif
#if USE_TERMINAL_SIZE