summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Zinternal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Zinternal.c b/lib/Zinternal.c
index f7fc940..119f731 100644
--- a/lib/Zinternal.c
+++ b/lib/Zinternal.c
@@ -1273,13 +1273,11 @@ Code_t Z_XmitFragment(ZNotice_t *notice,
return(ZSendPacket(buf, len, wait));
}
-#ifdef Z_DEBUG
/* For debugging printing */
const char *const ZNoticeKinds[] = {
"UNSAFE", "UNACKED", "ACKED", "HMACK", "HMCTL", "SERVACK", "SERVNAK",
"CLIENTACK", "STAT"
};
-#endif
#ifdef Z_DEBUG