diff options
| author | Ted Kremenek <kremenek@apple.com> | 2010-04-08 07:30:50 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2010-04-08 07:30:50 +0000 |
| commit | fc58c37b8c77c9af3b350ecb1f2a12f7f5413e4b (patch) | |
| tree | 3bcd6d901e8cb914f60eaeaa4f55865a135ceae9 /clang/lib | |
| parent | 883105485bcd1880109f63afc26f5e1fb433272d (diff) | |
| download | bcm5719-llvm-fc58c37b8c77c9af3b350ecb1f2a12f7f5413e4b.tar.gz bcm5719-llvm-fc58c37b8c77c9af3b350ecb1f2a12f7f5413e4b.zip | |
Removed unused object.
llvm-svn: 100750
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Sema/AnalysisBasedWarnings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/AnalysisBasedWarnings.cpp b/clang/lib/Sema/AnalysisBasedWarnings.cpp index 5a06abb1ee4..3281924f43e 100644 --- a/clang/lib/Sema/AnalysisBasedWarnings.cpp +++ b/clang/lib/Sema/AnalysisBasedWarnings.cpp @@ -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); |

