Browse Source

remove unused lib check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 years ago
parent
commit
3377021d2c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      scripts/analysis/analysis-wrapper.sh

+ 0 - 4
scripts/analysis/analysis-wrapper.sh

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