remove unused lib check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-10-11 13:17:21 +02:00
parent 8fb11bf713
commit 3377021d2c
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -126,10 +126,6 @@ else
exit 1
fi
if [ $checkLibrary -eq 1 ]; then
exit 1
fi
if [ ! $lintValue -eq 2 ]; then
exit $lintValue
fi