diff options
| author | Pavel Janík | 2001-11-28 07:36:46 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-28 07:36:46 +0000 |
| commit | 55b43a63059e347ea6ead6bd56c3c91f15489142 (patch) | |
| tree | 89e1269c5240bdeea1ac4b524edba0c6c03d3393 /src/coding.c | |
| parent | 8a1f80737a647b500fe9eb6f244726d8258615b2 (diff) | |
| download | emacs-55b43a63059e347ea6ead6bd56c3c91f15489142.tar.gz emacs-55b43a63059e347ea6ead6bd56c3c91f15489142.zip | |
(decode_coding_string): Remove unused variable `gcpro1'.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 2301470cb81..5b2f629fa79 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5812,7 +5812,6 @@ decode_coding_string (str, coding, nocopy) | |||
| 5812 | int len; | 5812 | int len; |
| 5813 | struct conversion_buffer buf; | 5813 | struct conversion_buffer buf; |
| 5814 | int from, to_byte; | 5814 | int from, to_byte; |
| 5815 | struct gcpro gcpro1; | ||
| 5816 | Lisp_Object saved_coding_symbol; | 5815 | Lisp_Object saved_coding_symbol; |
| 5817 | int result; | 5816 | int result; |
| 5818 | int require_decoding; | 5817 | int require_decoding; |