c-index-test: remove dead store. Found by Clang static analyzer!

llvm-svn: 160974
This commit is contained in:
Dmitri Gribenko 2012-07-30 18:00:35 +00:00
parent 4aa05c571e
commit ec551f67e5

View File

@ -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;