Remove dead method.

llvm-svn: 55526
This commit is contained in:
Ted Kremenek 2008-08-29 03:55:31 +00:00
parent 9a0ea046db
commit 5043680da4
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ class VISIBILITY_HIDDEN AuditCFNumberCreate : public GRSimpleAPICheck {
GRStateManager* VMgr;
RVal GetRVal(const GRState* St, Expr* E) { return VMgr->GetRVal(St, E); }
RVal GetRVal(const GRState* St, LVal LV) { return VMgr->GetRVal(St, LV); }
public: