Skip to content

Commit 4e0adbf

Browse files
mpetrovpablobaxter
authored andcommitted
Remove unused buildIterator import. (Kotlin#3344)
This function has been deprecated for a while.
1 parent 064785d commit 4e0adbf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import org.junit.Test
99
import java.util.*
1010
import java.util.concurrent.atomic.AtomicInteger
1111
import kotlin.concurrent.thread
12-
import kotlin.sequences.buildIterator
1312

1413
/**
1514
* This stress test has 2 threads adding on one side on list, 2 more threads adding on the other,

0 commit comments

Comments
 (0)