comparison 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
comparison
equal deleted inserted replaced
58081:feacddf3c14b 58082:bcfa2be2012e
2720 int port; 2720 int port;
2721 int ret = 0; 2721 int ret = 0;
2722 int xerrno = 0; 2722 int xerrno = 0;
2723 int s = -1, outch, inch; 2723 int s = -1, outch, inch;
2724 struct gcpro gcpro1; 2724 struct gcpro gcpro1;
2725 int retry = 0;
2726 int count = SPECPDL_INDEX (); 2725 int count = SPECPDL_INDEX ();
2727 int count1; 2726 int count1;
2728 Lisp_Object QCaddress; /* one of QClocal or QCremote */ 2727 Lisp_Object QCaddress; /* one of QClocal or QCremote */
2729 Lisp_Object tem; 2728 Lisp_Object tem;
2730 Lisp_Object name, buffer, host, service, address; 2729 Lisp_Object name, buffer, host, service, address;