diff options
Diffstat (limited to 'WWW/Library/Implementation/HTFWriter.c')
-rw-r--r-- | WWW/Library/Implementation/HTFWriter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTFWriter.c b/WWW/Library/Implementation/HTFWriter.c index 74d09866..f30461c9 100644 --- a/WWW/Library/Implementation/HTFWriter.c +++ b/WWW/Library/Implementation/HTFWriter.c @@ -18,8 +18,6 @@ #include <LYLeaks.h> -#define FREE(x) if (x) {free(x); x = NULL;} - /* Stream Object ** ------------ */ |