Skip to content

Commit 67618da

Browse files
committed
清理无用代码
1 parent c00c148 commit 67618da

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/suspend-transform-plugin/src/main/kotlin/love/forte/plugin/suspendtrans/symbol/SuspendTransformSyntheticResolveExtension.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ import org.jetbrains.kotlin.synthetic.isVisibleOutside
2929
import org.jetbrains.kotlin.types.KotlinTypeFactory
3030
import org.jetbrains.kotlin.types.TypeAttributes
3131
import org.jetbrains.kotlin.types.Variance
32-
import org.jetbrains.kotlin.types.error.ErrorModuleDescriptor.platform
3332
import java.util.concurrent.ConcurrentHashMap
3433
import java.util.concurrent.ConcurrentLinkedQueue
3534

@@ -202,8 +201,6 @@ open class SuspendTransformSyntheticResolveExtension(open val configuration: Sus
202201
}
203202
}
204203

205-
platform.isCommon()
206-
207204
if (check()) {
208205
return SimpleSuspendTransformFunctionDescriptor(
209206
classDescriptor,

0 commit comments

Comments
 (0)