summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 471acfd78..b377d8fee 100644
--- a/TODO
+++ b/TODO
@@ -8,10 +8,6 @@ strip: add an option to specify the program used to strip binaries.
Makefile.maint: extract announcement-generation into a perl script
-remove PARAMS macros
-grep -lE 'PARAMS ?\(\(.*\)\);?$' *.[ch] \
- | xargs perl -pi -e 's/PARAMS ?\((\(.*\))\)(;?)$/$1$2/'
-
doc/coreutils.texi:
Address this comment: FIXME: mv's behavior in this case is system-dependent
Better still: fix the code so it's *not* system-dependent.