about summary refs log tree commit homepage
path: root/ext/unicorn/http11/ext_help.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/unicorn/http11/ext_help.h')
-rw-r--r--ext/unicorn/http11/ext_help.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/unicorn/http11/ext_help.h b/ext/unicorn/http11/ext_help.h
deleted file mode 100644
index 17f7b01..0000000
--- a/ext/unicorn/http11/ext_help.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef ext_help_h
-#define ext_help_h
-
-#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
-
-#ifdef DEBUG
-#define TRACE()  fprintf(stderr, "> %s:%d:%s\n", __FILE__, __LINE__, __FUNCTION__)
-#else
-#define TRACE()
-#endif
-
-#endif