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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user