Skip to content

Commit 2719203

Browse files
committed
remove unused local.
1 parent e0fcec5 commit 2719203

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2739,7 +2739,6 @@ void PrintAST::visitFuncDecl(FuncDecl *decl) {
27392739
printFunctionParameters(decl);
27402740
});
27412741

2742-
auto &Context = decl->getASTContext();
27432742
Type ResultTy = decl->getResultType();
27442743
if (ResultTy && !ResultTy->isVoid()) {
27452744
Printer << " -> ";

0 commit comments

Comments
 (0)