diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-12-21 03:26:05 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2008-12-21 03:26:05 +0000 |
commit | a90dce3106a41a188f06850193cdc7dc51857493 (patch) | |
tree | 6d7ed911a77899db70e46f5eaba756f3e6d9ee8b /lib/Analysis/BasicStore.cpp | |
parent | ccf614c479ac93326a01e7b373b30759eed7807f (diff) |
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/BasicStore.cpp')
-rw-r--r-- | lib/Analysis/BasicStore.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Analysis/BasicStore.cpp b/lib/Analysis/BasicStore.cpp index 07163d51e3..f9a61bbc75 100644 --- a/lib/Analysis/BasicStore.cpp +++ b/lib/Analysis/BasicStore.cpp @@ -109,12 +109,6 @@ public: return StateMgr.MakeStateWithStore(St, store); } - const GRState* BindDecl(const GRState* St, const VarDecl* VD) { - Store store = St->getStore(); - store = BindDeclInternal(store, VD, 0); - return StateMgr.MakeStateWithStore(St, store); - } - Store BindDeclInternal(Store store, const VarDecl* VD, SVal* InitVal); static inline VarBindingsTy GetVarBindings(Store store) { |