diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-01 17:12:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-01 17:12:22 +0000 |
commit | 31d71eb07cab9115fb095236d9f689043fc27b75 (patch) | |
tree | 31b03658e07fc6bc818b59d79523b58fd4dae02d | |
parent | 2d217a9c813e5b397c2564f92c6885488318a4a2 (diff) | |
download | coreutils-31d71eb07cab9115fb095236d9f689043fc27b75.tar.xz |
remove obsolete comment
-rw-r--r-- | Makefile.maint | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.maint b/Makefile.maint index e8abd6d9a..2e547d48e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -64,9 +64,6 @@ local-checks-available = \ local-check = $(filter-out $(local-checks-to-skip), $(local-checks-available)) -# Make sure C source files in src/ don't include xalloc.h directly, -# since they all already include it via sys2.h. -# It's not a big deal -- just aesthetics. .PHONY: $(syntax-check-rules) syntax-check-rules = \ sc_cast_of_argument_to_free \ |