From: Hans Kristian Rosbach Date: Sun, 25 Sep 2022 15:59:44 +0000 (+0200) Subject: Remove unused tryboth() function X-Git-Tag: 2.0.7~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62f2fab96701b5ca044f07dde63f984229dfa475;p=thirdparty%2Fzlib-ng.git Remove unused tryboth() function --- diff --git a/configure b/configure index 4cad3c08..998ba3c0 100755 --- a/configure +++ b/configure @@ -563,18 +563,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