diff options
| author | Kim F. Storm | 2004-11-09 11:15:46 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-11-09 11:15:46 +0000 |
| commit | eb943af0455393ec4340555312d47a6df0f1ab61 (patch) | |
| tree | 5f858ee609bd35a7f5a6cad93c81593c2847ecc3 /src/process.c | |
| parent | ae8bbb4261910487ef3982e8f85377b50a732800 (diff) | |
| download | emacs-eb943af0455393ec4340555312d47a6df0f1ab61.tar.gz emacs-eb943af0455393ec4340555312d47a6df0f1ab61.zip | |
(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) */) | |||
| 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 */ |