Mercurial > emacs
changeset 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 | feacddf3c14b |
children | 49b5dabf0ccc |
files | src/process.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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 */