Skip to content

Commit 97dea5f

Browse files
committed
Cleanup
1 parent 73b8ed7 commit 97dea5f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

usvm-ts/src/main/kotlin/org/usvm/machine/expr/ReadArray.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ internal fun TsExprResolver.handleArrayAccess(
5959
}
6060

6161
// Read the array element.
62-
readArray(scope, arrayRef, bvIndex, arrayType, options.maxArraySize)
62+
readArray(scope, arrayRef, bvIndex, arrayType)
6363
}
6464

6565
fun TsContext.readArray(
6666
scope: TsStepScope,
6767
array: UHeapRef,
6868
index: UExpr<TsSizeSort>,
6969
arrayType: EtsArrayType,
70-
maxArraySize: Int,
7170
): UExpr<*>? {
7271
checkNotFake(array)
7372

0 commit comments

Comments
 (0)