Ver código fonte

remove unused lib check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 anos atrás
pai
commit
3377021d2c
1 arquivos alterados com 0 adições e 4 exclusões
  1. 0 4
      scripts/analysis/analysis-wrapper.sh

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

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