From: Anton Yartsev Date: Wed, 17 Jun 2015 23:25:58 +0000 (+0000) Subject: [analyzer] Cleanup: $Status is always 0 here. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a28856bb5855c5bf97ddb5db9ebc224dd47bbadc;p=clang [analyzer] Cleanup: $Status is always 0 here. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239971 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer index cf56d14ebe..ffe6859672 100755 --- a/tools/scan-build/ccc-analyzer +++ b/tools/scan-build/ccc-analyzer @@ -756,5 +756,3 @@ if ($Action eq 'compile' or $Action eq 'link') { } } } - -exit($Status >> 8);