Skip to content

Commit

Permalink
remove dead functions
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdemarGr committed Oct 9, 2023
1 parent b0cf933 commit bf46501
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ object Analyzer {
id: Int,
parents: Set[NodeId],
nodes: Chain[Node]
) {
def alpha(i: Int) = copy(nodes = nodes.map(_.alpha(i)))

def resetParents = copy(parents = Set.empty)
}
)

def apply[F[_]](implicit
stats: Statistics[F],
Expand Down

0 comments on commit bf46501

Please sign in to comment.