Skip to content

Commit

Permalink
[StaticAnalyzer] Remove several unused declarations
Browse files Browse the repository at this point in the history
The function definition of GenerateAutoTransition was removed by:

  commit b1d3d96
  Author: Anna Zaks <ganna@apple.com>
  Date:   Thu Oct 27 00:59:23 2011 +0000

The function definitions of enqueueEndOfPath and GenerateCallExitNode
were removed by:

  commit 0ec04bf
  Author: Anna Zaks <ganna@apple.com>
  Date:   Thu Oct 27 00:59:28 2011 +0000
  • Loading branch information
kazutakahirata committed Jun 13, 2023
1 parent c493394 commit 249bd21
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ class ExprEngine {
return {blockPtr, currStmtIdx};
}

void GenerateAutoTransition(ExplodedNode *N);
void enqueueEndOfPath(ExplodedNodeSet &S);
void GenerateCallExitNode(ExplodedNode *N);


/// Dump graph to the specified filename.
/// If filename is empty, generate a temporary one.
/// \return The filename the graph is written into.
Expand Down

0 comments on commit 249bd21

Please sign in to comment.