From: Jim Meyering Date: Sun, 3 Aug 1997 20:28:45 +0000 (+0000) Subject: (mode_create_from_ref): Remove dcl of unused local, I. X-Git-Tag: SH-UTILS-1_16d~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aad3038b711c69b23311faa4fc0e9f1334855bf2;p=thirdparty%2Fcoreutils.git (mode_create_from_ref): Remove dcl of unused local, I. --- diff --git a/lib/modechange.c b/lib/modechange.c index 5c2cc41caf..b1af8e5fc8 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -245,7 +245,6 @@ mode_create_from_ref (ref_file) { struct mode_change *change; /* the only change element */ struct stat ref_stats; - int i; if (stat (ref_file, &ref_stats)) return MODE_BAD_REFERENCE;