debug vs. opt problem. I need these labels at run time for PR_LOG.

This commit is contained in:
sspitzer%netscape.com 2000-04-20 05:49:58 +00:00
parent bcc3796e45
commit 4d480438b9

View File

@ -180,7 +180,6 @@ if (NNTP==NULL) \
NNTP = PR_NewLogModule("NNTP"); \
PR_LOG(NNTP, out, ("%s",buf)) ;
#ifdef DEBUG
char *stateLabels[] = {
"NNTP_RESPONSE",
#ifdef BLOCK_UNTIL_AVAILABLE_CONNECTION
@ -259,7 +258,6 @@ char *stateLabels[] = {
"NEWS_FREE",
"NEWS_FINISHED"
};
#endif
/* end logging */