]> granicus.if.org Git - clang/commitdiff
Remove unused function.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sun, 21 Dec 2008 03:26:05 +0000 (03:26 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sun, 21 Dec 2008 03:26:05 +0000 (03:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61299 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicStore.cpp

index 07163d51e30f5d6aa054422d3f80a9c9358f9627..f9a61bbc751701138430a9c168b7d64902efcbb8 100644 (file)
@@ -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) {