From: carl Date: Wed, 20 Feb 2019 16:43:49 +0000 (+0800) Subject: Remove unused variable. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4b5de6c20339d6e461a52f315cdd32a3e93f8c0c;p=ack.git Remove unused variable. --- diff --git a/modules/src/em_code/em.c b/modules/src/em_code/em.c index 61d4c70dc..407f0d0f2 100644 --- a/modules/src/em_code/em.c +++ b/modules/src/em_code/em.c @@ -53,7 +53,6 @@ char *C_opp = obuf; void C_flush(void) { - int count; #ifdef INCORE static unsigned int bufsiz; @@ -72,7 +71,6 @@ void C_flush(void) return; } #endif - count = (int)(C_opp - obuf); if (C_opp != obuf && sys_write(C_ofp, obuf, (int)(C_opp - obuf)) == 0) { C_ofp = 0; C_failed();