1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

(mode_create_from_ref): Remove dcl of unused local, I.

This commit is contained in:
Jim Meyering
1997-08-03 20:28:45 +00:00
parent a4def0664d
commit aad3038b71
-1
View File
@@ -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;