浏览代码

remove unused lib check

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 年之前
父节点
当前提交
3377021d2c
共有 1 个文件被更改,包括 0 次插入4 次删除
  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