diff options
author | Jim Meyering <jim@meyering.net> | 2006-04-17 23:17:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-04-17 23:17:11 +0000 |
commit | 1cdde802635b94cabcc0d0106e41a2d623fe79a5 (patch) | |
tree | 03979c4cbd3be6199f108cf01b3495e152b0f63f | |
parent | e4e04491a0a9c026de166fc676cb140b21180675 (diff) | |
download | coreutils-1cdde802635b94cabcc0d0106e41a2d623fe79a5.tar.xz |
(main) [DEFAULT_IGNORE_FILE]: Remove code to use a default
ignore file. This has never been enabled. Reported by Eric Blake.
-rw-r--r-- | src/ptx.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. */ |