Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
hwg committed Oct 11, 2024
1 parent 1a643da commit ad72bd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svf/include/Graphs/ThreadCallGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,14 @@ class ThreadCallGraph: public CallGraph

/// Constructor
ThreadCallGraph(const CallGraph& cg);

ThreadCallGraph(ThreadCallGraph& cg) = delete;

/// Destructor
virtual ~ThreadCallGraph()
{
}

ThreadCallGraph(ThreadCallGraph& cg) = delete;

/// ClassOf
//@{
static inline bool classof(const ThreadCallGraph *)
Expand Down

0 comments on commit ad72bd1

Please sign in to comment.