From: Kim F. Storm Date: Tue, 9 Nov 2004 11:15:46 +0000 (+0000) Subject: (Fmake_network_process): Remove unused var 'retry'. X-Git-Tag: ttn-vms-21-2-B4~4061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb943af0455393ec4340555312d47a6df0f1ab61;p=emacs.git (Fmake_network_process): Remove unused var 'retry'. --- diff --git a/src/process.c b/src/process.c index 00bac03dc2b..ec07e95c34a 100644 --- a/src/process.c +++ b/src/process.c @@ -2722,7 +2722,6 @@ usage: (make-network-process &rest ARGS) */) int xerrno = 0; int s = -1, outch, inch; struct gcpro gcpro1; - int retry = 0; int count = SPECPDL_INDEX (); int count1; Lisp_Object QCaddress; /* one of QClocal or QCremote */