diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-04 14:28:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-06-04 14:28:00 -0400 |
commit | b5ffa7c020e319cbfceee3c506f5c16764800dc2 (patch) | |
tree | 01d4efe0277a37c6bb05dc6599638822aa8a238d /src/LYCgi.c | |
parent | 6e75abc094af51d02563fd5250d1b55e9bb96912 (diff) | |
download | lynx-snapshots-b5ffa7c020e319cbfceee3c506f5c16764800dc2.tar.gz |
snapshot of project "lynx", label v2-8-1dev_14
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r-- | src/LYCgi.c | 2 |
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; |