diff --git a/kotlin-native/performance/ring/src/main/kotlin/org/jetbrains/ring/PrimeListBenchmark.kt b/kotlin-native/performance/ring/src/main/kotlin/org/jetbrains/ring/PrimeListBenchmark.kt index c0dbbb3bf9c..0c8d093c09b 100644 --- a/kotlin-native/performance/ring/src/main/kotlin/org/jetbrains/ring/PrimeListBenchmark.kt +++ b/kotlin-native/performance/ring/src/main/kotlin/org/jetbrains/ring/PrimeListBenchmark.kt @@ -19,8 +19,6 @@ package org.jetbrains.ring /** * This class tests linked list performance * using prime number calculation algorithms - * - * @author Mikhail Glukhikh */ open class PrimeListBenchmark { private var primes: MutableList = mutableListOf()