Eliminate an unused local variable

llvm-svn: 117963
This commit is contained in:
Douglas Gregor 2010-11-01 21:56:54 +00:00
parent 79e007d574
commit 1d745543e2
1 changed files with 0 additions and 2 deletions

View File

@ -4924,8 +4924,6 @@ Decl *Sema::ActOnStartOfFunctionDef(Scope *FnBodyScope,
assert(getCurFunctionDecl() == 0 && "Function parsing confused");
assert(D.getTypeObject(0).Kind == DeclaratorChunk::Function &&
"Not a function declarator!");
DeclaratorChunk::FunctionTypeInfo &FTI = D.getTypeObject(0).Fun;
Scope *ParentScope = FnBodyScope->getParent();
Decl *DP = HandleDeclarator(ParentScope, D,