]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove no-longer-needed check for strsep()
authorEvan Hunt <each@isc.org>
Thu, 28 Jun 2018 16:03:02 +0000 (09:03 -0700)
committerEvan Hunt <each@isc.org>
Wed, 11 Jul 2018 02:31:04 +0000 (19:31 -0700)
util/checklibs.sh

index 0b8dae54bc3370018dbf2631d37dcc10d5e923c4..9e00c8f78428773134031e66f3d3549139fa3969 100755 (executable)
@@ -25,20 +25,6 @@ list=`git grep -l snprintf lib bin |
     echo "$list"
 }
 
-#
-# Check for missing #include <isc/string.h>"
-#
-list=`git grep -lw strsep lib bin |
-      grep '\.c$' |
-      grep -vE -e '(lib/bind|lib/dns/rdata|lib/dns/gen.c)' \
-              -e '(lib/isc/win32/time.c)' |
-      xargs grep -L "<isc/string.h>"`
-[ -n "$list" ] && {
-    status=1
-    echo 'Missing #include <isc/string.h>:'
-    echo "$list"
-}
-
 #
 # Check for missing #include <inttypes.h>"
 #