]> granicus.if.org Git - clang/commitdiff
[analyzer] Cleanup: $Status is always 0 here.
authorAnton Yartsev <anton.yartsev@gmail.com>
Wed, 17 Jun 2015 23:25:58 +0000 (23:25 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Wed, 17 Jun 2015 23:25:58 +0000 (23:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239971 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/ccc-analyzer

index cf56d14ebe8fe0b8c41c18e08c3b65e79ee738c8..ffe6859672cffe1a993c52c4feec7a2f2579cdf1 100755 (executable)
@@ -756,5 +756,3 @@ if ($Action eq 'compile' or $Action eq 'link') {
     }
   }
 }
-
-exit($Status >> 8);