]> granicus.if.org Git - clang/commitdiff
[analyzer] Remove declaration of refactored evalObjCMessage method.
authorJordan Rose <jordan_rose@apple.com>
Mon, 30 Jul 2012 20:22:03 +0000 (20:22 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 30 Jul 2012 20:22:03 +0000 (20:22 +0000)
No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160985 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h

index 5f3b48a2bace2444ec3879065c2db02c2a7011d9..638c1e6714b87fd82ba2467d5924c84a349c2bae 100644 (file)
@@ -431,10 +431,6 @@ public:
   }
   
 protected:
-  void evalObjCMessage(StmtNodeBuilder &Bldr, const ObjCMethodCall &Msg,
-                       ExplodedNode *Pred, ProgramStateRef state,
-                       bool GenSink);
-
   /// evalBind - Handle the semantics of binding a value to a specific location.
   ///  This method is used by evalStore, VisitDeclStmt, and others.
   void evalBind(ExplodedNodeSet &Dst, const Stmt *StoreE, ExplodedNode *Pred,