[CFG] Removed unused local variable.

llvm-svn: 149385
This commit is contained in:
Erik Verbruggen 2012-01-31 13:44:00 +00:00
parent 8ad6bc339a
commit 81dbd56501
1 changed files with 0 additions and 2 deletions

View File

@ -696,8 +696,6 @@ void CFGBuilder::addAutomaticObjDtors(LocalScope::const_iterator B,
if (B == E)
return;
CFGBlock::iterator InsertPos;
// We need to append the destructors in reverse order, but any one of them
// may be a no-return destructor which changes the CFG. As a result, buffer
// this sequence up and replay them in reverse order when appending onto the