bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint.mk: drop redundant check


From: Eric Blake
Subject: [PATCH] maint.mk: drop redundant check
Date: Wed, 11 May 2011 08:23:58 -0600

* top/maint.mk (sc_the_the): Delete; sc_prohibit_doubled_word does
the same but better.

Signed-off-by: Eric Blake <address@hidden>
---
 ChangeLog    |    6 ++++++
 top/maint.mk |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c7dec5e..e26d257 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-05-11  Eric Blake  <address@hidden>
+
+       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  <address@hidden>

        fclose: Fix possible link error.
diff --git a/top/maint.mk b/top/maint.mk
index 4088a79..0f097d1 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -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)'                                  \
-- 
1.7.4.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]