Author: zhongxingxu
Date: Sat Dec 20 21:26:05 2008
New Revision: 61299

URL: http://llvm.org/viewvc/llvm-project?rev=61299&view=rev
Log:
Remove unused function.

Modified:
    cfe/trunk/lib/Analysis/BasicStore.cpp

Modified: cfe/trunk/lib/Analysis/BasicStore.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/BasicStore.cpp?rev=61299&r1=61298&r2=61299&view=diff

==============================================================================
--- cfe/trunk/lib/Analysis/BasicStore.cpp (original)
+++ cfe/trunk/lib/Analysis/BasicStore.cpp Sat Dec 20 21:26:05 2008
@@ -109,12 +109,6 @@
     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) {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to