Skip to content

Commit 1c1305a

Browse files
committed
Cleanup
1 parent 06b2a2c commit 1c1305a

File tree

1 file changed

+0
-1
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/engine

1 file changed

+0
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/engine/Traverser.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,6 @@ class Traverser(
15501550
return ObjectValue(typeStorage, addr, concreteImplementation)
15511551
}
15521552

1553-
15541553
private fun TraversalContext.resolveConstant(constant: Constant): SymbolicValue =
15551554
when (constant) {
15561555
is IntConstant -> constant.value.toPrimitiveValue()

0 commit comments

Comments
 (0)