Skip to content

Commit

Permalink
Remove duplicate visitEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Song-Nop committed Aug 5, 2024
1 parent e4fc535 commit 13e8a4e
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@ class UniqueCFA(private val data: UniqueCheckerContext) : FirControlFlowChecker(
return a
}

override fun visitEdge(
from: CFGNode<*>,
to: CFGNode<*>,
metadata: Edge,
data: PathAwareControlFlowInfo<FirVariableSymbol<FirVariable>, Set<UniqueLevel>>,
): PathAwareControlFlowInfo<FirVariableSymbol<FirVariable>, Set<UniqueLevel>> {
val dataForEdge = super.visitEdge(from, to, metadata, data)
return dataForEdge
}

override fun visitNode(
node: CFGNode<*>,
data: PathAwareControlFlowInfo<FirVariableSymbol<FirVariable>, Set<UniqueLevel>>,
Expand Down

0 comments on commit 13e8a4e

Please sign in to comment.