Skip to content

Commit 5e9378f

Browse files
authored
Merge pull request #4782 from DavidGoldman/indexstoreunusedvar
Remove unused var in IndexStore.cpp
2 parents f236856 + 92d86b8 commit 5e9378f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/tools/IndexStore/IndexStore.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ indexstore_store_get_unit_name_from_output_path(indexstore_t c_store,
611611
const char *output_path,
612612
char *name_buf,
613613
size_t buf_size) {
614-
IndexDataStore *store = static_cast<IndexDataStore*>(c_store);
615614
SmallString<256> unitName;
616615
// We intentionally don't use the index store's path remapper since it
617616
// maps from canonical -> local instead of local -> canonical. This means that

0 commit comments

Comments
 (0)