From: Dmitri Gribenko Date: Mon, 30 Jul 2012 18:00:35 +0000 (+0000) Subject: c-index-test: remove dead store. Found by Clang static analyzer! X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74edbd4edf9d25ea5ae0413cc16c5c4e16ad5262;p=clang c-index-test: remove dead store. Found by Clang static analyzer! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/c-index-test/c-index-test.c b/tools/c-index-test/c-index-test.c index df7c72a9d8..9f270f0151 100644 --- a/tools/c-index-test/c-index-test.c +++ b/tools/c-index-test/c-index-test.c @@ -2386,7 +2386,6 @@ static int index_file(int argc, const char **argv) { return 1; } idxAction = 0; - result = 1; index_data.check_prefix = check_prefix; index_data.first_check_printed = 0;