From be95f66b1343af2a4df2fd022d1ddd6000d5a017 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 11 Jan 2017 19:45:02 +0300 Subject: [PATCH] Minor: remove unnecessary header. --- libraries/stdlib/common/src/kotlin/CollectionsH.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/stdlib/common/src/kotlin/CollectionsH.kt b/libraries/stdlib/common/src/kotlin/CollectionsH.kt index 513b122a008..29617da361b 100644 --- a/libraries/stdlib/common/src/kotlin/CollectionsH.kt +++ b/libraries/stdlib/common/src/kotlin/CollectionsH.kt @@ -152,9 +152,6 @@ header inline fun Collection.toTypedArray(): Array header fun > MutableList.sort(): Unit header fun MutableList.sortWith(comparator: Comparator): Unit -// from Maps.kt -header operator fun MutableMap.set(key: K, value: V): Unit - // from Grouping.kt public header fun Grouping.eachCount(): Map