Remove unused function.

llvm-svn: 61299
This commit is contained in:
Zhongxing Xu 2008-12-21 03:26:05 +00:00
parent dea4193e8a
commit f97d95a782
1 changed files with 0 additions and 6 deletions

View 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) {