[StaticAnalyzer] Remove unused declaration evalLoadCommon
authorKazu Hirata <kazu@google.com>
Sat, 27 May 2023 21:53:51 +0000 (14:53 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 27 May 2023 21:53:51 +0000 (14:53 -0700)
The corresponding function definition was removed by:

  commit e0fb481cc57f5a9fb4908ab0a871c49d7ee61382
  Author: Artem Dergachev <artem.dergachev@gmail.com>
  Date:   Fri May 4 23:01:10 2018 +0000

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

index 8c3d912..5e93a46 100644 (file)
@@ -773,15 +773,6 @@ private:
   void finishArgumentConstruction(ExplodedNodeSet &Dst, ExplodedNode *Pred,
                                   const CallEvent &Call);
 
-  void evalLoadCommon(ExplodedNodeSet &Dst,
-                      const Expr *NodeEx,  /* Eventually will be a CFGStmt */
-                      const Expr *BoundEx,
-                      ExplodedNode *Pred,
-                      ProgramStateRef St,
-                      SVal location,
-                      const ProgramPointTag *tag,
-                      QualType LoadTy);
-
   void evalLocation(ExplodedNodeSet &Dst,
                     const Stmt *NodeEx, /* This will eventually be a CFGStmt */
                     const Stmt *BoundEx,