summaryrefslogtreecommitdiffstats
path: root/src/power/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/power/trace.h')
-rw-r--r--src/power/trace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/power/trace.h b/src/power/trace.h
deleted file mode 100644
index 65118d4..0000000
--- a/src/power/trace.h
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#define TRACE(level, ...) _trace(level, __FILE__, __LINE__, __VA_ARGS__)
-
-void _trace(int level, const char *file, int line, const char *format, ...);