diff src/process.c @ 58082:bcfa2be2012e

(Fmake_network_process): Remove unused var 'retry'.
author Kim F. Storm <storm@cua.dk>
date Tue, 09 Nov 2004 11:15:46 +0000
parents 4ebc52bf6429
children 59945307b86b 3ec251523b3e cb7f41387eb3
line wrap: on
line diff
--- a/src/process.c	Tue Nov 09 11:10:09 2004 +0000
+++ b/src/process.c	Tue Nov 09 11:15:46 2004 +0000
@@ -2722,7 +2722,6 @@
   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 */