Remove all
[com/asn1c.git] / examples / sample.source.MEGACO / config.h
diff --git a/examples/sample.source.MEGACO/config.h b/examples/sample.source.MEGACO/config.h
deleted file mode 100644 (file)
index 2dda929..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-extern int opt_debug;
-
-#define        ASN_DEBUG(fmt, args...) do {            \
-               if(opt_debug < 2) break;        \
-               fprintf(stderr, fmt, ##args);   \
-               fprintf(stderr, " (%s:%d)\n",   \
-                       __FILE__, __LINE__);    \
-       } while(0)
-