summaryrefslogtreecommitdiff
path: root/src/lib/decoder/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder/system.h')
-rw-r--r--src/lib/decoder/system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/decoder/system.h b/src/lib/decoder/system.h
deleted file mode 100644
index 414730a..0000000
--- a/src/lib/decoder/system.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#ifndef __GSMTVOID_SYSTEM_H__
-#define __GSMTVOID_SYSTEM_H__ 1
-
-#define DEBUGF(a...) { \
- fprintf(stderr, "%s:%d ", __FILE__, __LINE__); \
- fprintf(stderr, a); \
-} while (0)
-
-#endif
-
personal git repositories of Harald Welte. Your mileage may vary