summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-05-25 17:41:21 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-05-25 17:41:21 +0000
commitf1ce3dcf393ccfb3d2357a8881a930b93048f6f5 (patch)
treeac1d3d2447b1591cafc4a05afd2458e1fa09b016 /src/coding.c
parent3789dcdf7160986fabc47633c80b2265feb7350e (diff)
downloademacs-f1ce3dcf393ccfb3d2357a8881a930b93048f6f5.tar.gz
(find_safe_codings): Remove unused var `i'.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 48640941412..e329a228177 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,5 +1,5 @@
/* Coding system handler (conversion, detection, and etc).
- Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN.
+ Copyright (C) 1995,97,1998,2002,2003 Electrotechnical Laboratory, JAPAN.
Licensed to the Free Software Foundation.
Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
@@ -6433,7 +6433,7 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
Lisp_Object safe_codings, work_table;
int *single_byte_char_found;
{
- int c, len, i;
+ int c, len;
Lisp_Object val, ch;
Lisp_Object prev, tail;