diff options
author | Kim F. Storm <storm@cua.dk> | 2004-11-09 11:15:46 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-11-09 11:15:46 +0000 |
commit | eb943af0455393ec4340555312d47a6df0f1ab61 (patch) | |
tree | 5f858ee609bd35a7f5a6cad93c81593c2847ecc3 /src/process.c | |
parent | ae8bbb4261910487ef3982e8f85377b50a732800 (diff) | |
download | emacs-eb943af0455393ec4340555312d47a6df0f1ab61.tar.gz |
(Fmake_network_process): Remove unused var 'retry'.
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |