about summary refs log tree commit diff stats
path: root/src/LYCgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r--src/LYCgi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c
index efd29007..41d1ac33 100644
--- a/src/LYCgi.c
+++ b/src/LYCgi.c
@@ -48,8 +48,6 @@
 
 #include <LYLeaks.h>
 
-#define FREE(x) if (x) {free(x); x = NULL;}
-
 struct _HTStream 
 {
   HTStreamClass * isa;