Skip to content

Commit 1bc49c0

Browse files
[AST] Remove an unused local variable (NFC) (#152647)
1 parent 8afa70f commit 1bc49c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/AST/DeclTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST(Decl, AsmLabelAttr) {
9090
DeclF->addAttr(AsmLabelAttr::Create(Ctx, "foo"));
9191

9292
// Mangle the decl names.
93-
std::string MangleF, MangleG;
93+
std::string MangleF;
9494
std::unique_ptr<ItaniumMangleContext> MC(
9595
ItaniumMangleContext::create(Ctx, Diags));
9696
{

0 commit comments

Comments
 (0)