From 9f38be5064b121e015e736b9588ddda5156be39b Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Thu, 28 Jun 2018 09:03:02 -0700 Subject: [PATCH] remove no-longer-needed check for strsep() --- util/checklibs.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/util/checklibs.sh b/util/checklibs.sh index 0b8dae54bc..9e00c8f784 100755 --- a/util/checklibs.sh +++ b/util/checklibs.sh @@ -25,20 +25,6 @@ list=`git grep -l snprintf lib bin | echo "$list" } -# -# Check for missing #include " -# -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 ""` -[ -n "$list" ] && { - status=1 - echo 'Missing #include :' - echo "$list" -} - # # Check for missing #include " #