Skip to content

Commit 92d86b8

Browse files
committed
Remove unused var in IndexStore.cpp
1 parent 68920b5 commit 92d86b8

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)