From: Hans Kristian Rosbach Date: Sun, 25 Sep 2022 15:59:44 +0000 (+0200) Subject: Remove unused tryboth() function X-Git-Tag: 2.1.0-beta1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9be8b979e06418d32f9a04d2f0e0e8fc529409;p=thirdparty%2Fzlib-ng.git Remove unused tryboth() function --- diff --git a/configure b/configure index c2196fcca..ea4ac3977 100755 --- a/configure +++ b/configure @@ -593,18 +593,6 @@ else } fi -tryboth() -{ - show $* - got=$(( $* ) 2>&1) - ret=$? - printf %s "$got" >> configure.log - if test $ret -ne 0; then - return $ret - fi - test "$got" = "" -} - cat > $test.c << EOF int foo() { return 0; } EOF