diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-11-12 06:16:18 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-11-12 06:16:18 +0000 |
commit | 1acfe8eeafd794c81b8d4fbb27bf483645849156 (patch) | |
tree | 41a600e1161f20c3c7fda10116cc90cfda774153 /lib/Analysis/GRState.cpp | |
parent | f0a2f51be576089e1a84cd677c09156dae067b6a (diff) |
Remove obsolete 'struct NullDerefTag'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86957 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRState.cpp')
-rw-r--r-- | lib/Analysis/GRState.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Analysis/GRState.cpp b/lib/Analysis/GRState.cpp index f269824d54..23ee0b2258 100644 --- a/lib/Analysis/GRState.cpp +++ b/lib/Analysis/GRState.cpp @@ -332,9 +332,3 @@ bool GRStateManager::isEqual(const GRState* state, const Expr* Ex, bool GRStateManager::isEqual(const GRState* state, const Expr* Ex, uint64_t x) { return isEqual(state, Ex, getBasicVals().getValue(x, Ex->getType())); } - -//===----------------------------------------------------------------------===// -// Persistent values for indexing into the Generic Data Map. - -int GRState::NullDerefTag::TagInt = 0; - |