From: Zhongxing Xu Date: Sun, 21 Dec 2008 03:26:05 +0000 (+0000) Subject: Remove unused function. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a90dce3106a41a188f06850193cdc7dc51857493;p=clang Remove unused function. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61299 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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) {