Skip to content

Commit a09243f

Browse files
committed
Remove redundant comment
1 parent e1b0d01 commit a09243f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

usvm-ts/src/main/kotlin/org/usvm/api/targets/ReachabilityObserver.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import org.usvm.machine.state.TsState
44
import org.usvm.statistics.UMachineObserver
55

66
class ReachabilityObserver : UMachineObserver<TsState> {
7-
// TODO what if it reached in unreachable later path?
87
override fun onState(parent: TsState, forks: Sequence<TsState>) {
98
parent
109
.targets

0 commit comments

Comments
 (0)