diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-30 18:00:35 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-07-30 18:00:35 +0000 |
commit | 74edbd4edf9d25ea5ae0413cc16c5c4e16ad5262 (patch) | |
tree | 863509b4eaeaf035b18904b046dc8e3bdbbf01bc /tools/c-index-test/c-index-test.c | |
parent | 60b202c5eb6fb2d608bfef05523f40fdf5091d48 (diff) |
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
Diffstat (limited to 'tools/c-index-test/c-index-test.c')
-rw-r--r-- | tools/c-index-test/c-index-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |