Removed unused object.

llvm-svn: 100750
This commit is contained in:
Ted Kremenek 2010-04-08 07:30:50 +00:00
parent 883105485b
commit fc58c37b8c
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ static ControlFlowKind CheckFallThrough(AnalysisContext &AC) {
// The CFG leaves in dead things, and we don't want the dead code paths to
// confuse us, so we mark all live things first.
llvm::SmallVector<CFGBlock*, 20> workq;
llvm::BitVector live(cfg->getNumBlockIDs());
unsigned count = reachable_code::ScanReachableFromBlock(cfg->getEntry(),
live);