Skip to content

Commit e8a30d7

Browse files
committed
Remove redundant TODO
1 parent 96993d9 commit e8a30d7

File tree

1 file changed

+0
-1
lines changed
  • utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm

1 file changed

+0
-1
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/usvm/ContestUsvm.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ fun runUsvmGeneration(
134134
)
135135

136136
logger.info().measureTime({ "class ${cut.fqn}" }, { statsForClass }) {
137-
// TODO usvm-sbft: is it still needed for USVM?
138137
val filteredMethods = logger.info().measureTime({ "preparation class ${cut.clazz}: kotlin reflection :: run" }) {
139138
prepareClass(cut.clazz, methodNameFilter)
140139
}

0 commit comments

Comments
 (0)