1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

(main) [DEFAULT_IGNORE_FILE]: Remove code to use a default

ignore file.  This has never been enabled.  Reported by Eric Blake.
This commit is contained in:
Jim Meyering
2006-04-17 23:17:11 +00:00
parent e4e04491a0
commit 1cdde80263
-7
View File
@@ -2094,13 +2094,6 @@ the --copyright option is deprecated; use --version instead"));
}
}
/* Change the default Ignore file if one is defined. */
#ifdef DEFAULT_IGNORE_FILE
if (!ignore_file)
ignore_file = DEFAULT_IGNORE_FILE;
#endif
/* Process remaining arguments. If GNU extensions are enabled, process
all arguments as input parameters. If disabled, accept at most two
arguments, the second of which is an output parameter. */