Skip to content

Commit 16fe53c

Browse files
committed
[NFC][Clang] Remove unused variable "AOBFileNames"
1 parent 3b89794 commit 16fe53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: clang/lib/Driver/ToolChains/CommonArgs.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -2154,7 +2154,6 @@ bool tools::GetSDLFromOffloadArchive(
21542154
Lib = Lib.drop_front(2);
21552155
for (auto LPath : LibraryPaths) {
21562156
ArchiveOfBundles.clear();
2157-
SmallVector<std::string, 2> AOBFileNames;
21582157
auto LibFile =
21592158
(Lib.startswith(":") ? Lib.drop_front()
21602159
: IsMSVC ? Lib + Ext : "lib" + Lib + Ext)

0 commit comments

Comments
 (0)