summaryrefslogtreecommitdiff
path: root/src/lib/decoder/system.h
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-30 23:03:33 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-30 23:03:33 +0200
commit8d2bc49fb9e0c9a5fbd75aa3cad207608e72bf99 (patch)
treea32fdcd2e8e2b16cc725045d049ed94b3f675956 /src/lib/decoder/system.h
parent8f97a59b21fd8d3ecd111ee770932d852e625d52 (diff)
moved gsm-receiver into directory - preparation to move to airprobe
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