maint.mk: drop redundant check
authorEric Blake <eblake@redhat.com>
Wed, 11 May 2011 14:22:18 +0000 (08:22 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 11 May 2011 14:22:18 +0000 (08:22 -0600)
* top/maint.mk (sc_the_the): Delete; sc_prohibit_doubled_word does
the same but better.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
top/maint.mk

index c7dec5e..e26d257 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-11  Eric Blake  <eblake@redhat.com>
+
+       maint.mk: drop redundant check
+       * top/maint.mk (sc_the_the): Delete; sc_prohibit_doubled_word does
+       the same but better.
+
 2011-05-11  Bruno Haible  <bruno@clisp.org>
 
        fclose: Fix possible link error.
index 4088a79..0f097d1 100644 (file)
@@ -646,12 +646,6 @@ sc_require_test_exit_idiom:
              exit 1; } || :;                                           \
        fi
 
-sc_the_the:
-       @prohibit='\<the ''the\>'                                       \
-       ignore_case=1                                                   \
-       halt='found use of "the ''the";'                                \
-         $(_sc_search_regexp)
-
 sc_trailing_blank:
        @prohibit='[     ]$$'                                           \
        halt='found trailing blank(s)'                                  \