From ab22dab12629c0b7fe2d1092f5361582ea2426bb Mon Sep 17 00:00:00 2001 From: Martin Petrov Date: Thu, 23 Jun 2022 18:13:57 +0000 Subject: [PATCH] Remove unused buildIterator import. This function has been deprecated for a while. --- .../jvm/test/internal/LockFreeLinkedListLongStressTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt b/kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt index dde4b2f69d..a70a32b5d3 100644 --- a/kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt +++ b/kotlinx-coroutines-core/jvm/test/internal/LockFreeLinkedListLongStressTest.kt @@ -9,7 +9,6 @@ import org.junit.Test import java.util.* import java.util.concurrent.atomic.AtomicInteger import kotlin.concurrent.thread -import kotlin.sequences.buildIterator /** * This stress test has 2 threads adding on one side on list, 2 more threads adding on the other,