summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-11-27 05:22:15 +0000
committerAlp Toker <alp@nuanti.com>2013-11-27 05:22:15 +0000
commit965f88258843547d8226ec630c4b810a04a06ff4 (patch)
tree6c5ab4da1ca441171f9207ce9484a6b9ecb20a2a /clang/lib/StaticAnalyzer/Core/ProgramState.cpp
parentd35031ee92be92b8c6da8628b8a1e2fa27274402 (diff)
downloadbcm5719-llvm-965f88258843547d8226ec630c4b810a04a06ff4.tar.gz
bcm5719-llvm-965f88258843547d8226ec630c4b810a04a06ff4.zip
Remove a whole lot of unused variables
There are about 30 removed in this patch, generated by a new FixIt I haven't got round to submitting yet. llvm-svn: 195814
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/ProgramState.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/ProgramState.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/ProgramState.cpp b/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
index 6e236681440..0bc510a28d8 100644
--- a/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
+++ b/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
@@ -175,7 +175,6 @@ ProgramState::invalidateRegionsImpl(ValueList Values,
const CallEvent *Call) const {
ProgramStateManager &Mgr = getStateManager();
SubEngine* Eng = Mgr.getOwningEngine();
- InvalidatedSymbols ConstIS;
InvalidatedSymbols Invalidated;
if (!IS)
OpenPOWER on IntegriCloud