Skip to content

Commit

Permalink
[NFC][Clang] Remove unused variable "AOBFileNames"
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmartinez committed Oct 24, 2023
1 parent 3b89794 commit 16fe53c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Driver/ToolChains/CommonArgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,6 @@ bool tools::GetSDLFromOffloadArchive(
Lib = Lib.drop_front(2);
for (auto LPath : LibraryPaths) {
ArchiveOfBundles.clear();
SmallVector<std::string, 2> AOBFileNames;
auto LibFile =
(Lib.startswith(":") ? Lib.drop_front()
: IsMSVC ? Lib + Ext : "lib" + Lib + Ext)
Expand Down

0 comments on commit 16fe53c

Please sign in to comment.