summaryrefslogtreecommitdiff
path: root/lib/ZParseNot.c
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-26 07:26:33 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1990-11-26 07:26:33 +0000
commit750e9b32aa9c6d245f418f8fecfc37cba879e42e (patch)
treeca78d29b102ff60e7a11a79a6522011e494722a7 /lib/ZParseNot.c
parent4043dfefffee526069dbd3d376884ed1617601f7 (diff)
Removed debugging code that slipped in...
Diffstat (limited to 'lib/ZParseNot.c')
-rw-r--r--lib/ZParseNot.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c
index 190d26d..6eb2777 100644
--- a/lib/ZParseNot.c
+++ b/lib/ZParseNot.c
@@ -71,10 +71,6 @@ static char *next_field_1 (s) char *s; {
#define next_field(ptr) ptr=next_field_1(ptr)
#endif
-static int zzz = ZERR_BADPKT;
-#undef ZERR_BADPKT
-#define ZERR_BADPKT (abort(),zzz)
-
Code_t ZParseNotice(buffer, len, notice)
char *buffer;
int len;