# HG changeset patch # User Stefan Monnier # Date 1053884481 0 # Node ID b020f1a526150863947cab38684397046d82fb78 # Parent 1e9eeff3616bd6e98dcdd653a557af507cc65627 (find_safe_codings): Remove unused var `i'. diff -r 1e9eeff3616b -r b020f1a52615 src/coding.c --- a/src/coding.c Sun May 25 17:40:52 2003 +0000 +++ b/src/coding.c Sun May 25 17:41:21 2003 +0000 @@ -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 @@ 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;