]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_network_process): Remove unused var 'retry'.
authorKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 11:15:46 +0000 (11:15 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 9 Nov 2004 11:15:46 +0000 (11:15 +0000)
src/process.c

index 00bac03dc2bcf4e07bf0b7e655c49ee019bf79ed..ec07e95c34acc29eded1bbb1aa549a6cec8d8a9b 100644 (file)
@@ -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 */