Remove some dead variables clang-analyzer found.

llvm-svn: 92162
This commit is contained in:
Benjamin Kramer
2009-12-25 15:43:36 +00:00
parent 6ce6d268a6
commit d20ef75b91
12 changed files with 3 additions and 26 deletions

View File

@@ -2453,7 +2453,6 @@ void Sema::CodeCompleteObjCInstanceMessage(Scope *S, ExprTy *Receiver,
typedef CodeCompleteConsumer::Result Result;
Expr *RecExpr = static_cast<Expr *>(Receiver);
QualType RecType = RecExpr->getType();
// If necessary, apply function/array conversion to the receiver.
// C99 6.7.5.3p[7,8].