From 69206227e248b4845fe7e6ff9fe04ce3edcf2bd6 Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 16 Sep 2001 13:01:46 +0000 Subject: [PATCH] Removing redundant function call that zeroed zalloc()'d memory. --- jcc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jcc.c b/jcc.c index e0813497..b3509e46 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.36 2001/09/10 10:56:15 oes Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.37 2001/09/10 11:12:24 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.36 2001/09/10 10:56:15 oes Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.37 2001/09/10 11:12:24 oes + * Deleted unused variable + * * Revision 1.36 2001/09/10 10:56:15 oes * Silenced compiler warnings * @@ -1312,8 +1315,6 @@ static void listen_loop(void) continue; } - memset(csp, '\0', sizeof(*csp)); - csp->active = 1; csp->sfd = -1; -- 2.39.2