[cfe-commits] r149385 - /cfe/trunk/lib/Analysis/CFG.cpp
Erik Verbruggen
erikjv at me.com
Tue Jan 31 05:44:01 PST 2012
Author: erikjv
Date: Tue Jan 31 07:44:00 2012
New Revision: 149385
URL: http://llvm.org/viewvc/llvm-project?rev=149385&view=rev
Log:
[CFG] Removed unused local variable.
Modified:
cfe/trunk/lib/Analysis/CFG.cpp
Modified: cfe/trunk/lib/Analysis/CFG.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/CFG.cpp?rev=149385&r1=149384&r2=149385&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/CFG.cpp (original)
+++ cfe/trunk/lib/Analysis/CFG.cpp Tue Jan 31 07:44:00 2012
@@ -696,8 +696,6 @@
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
More information about the cfe-commits
mailing list