StdLib cleanup: remove unused imports

This commit is contained in:
Ilya Gorbunov
2015-09-29 22:13:42 +03:00
parent c6caa67cfb
commit 73e41fb216
18 changed files with 6 additions and 34 deletions
@@ -2,9 +2,6 @@ package kotlin.support
import java.util.NoSuchElementException
// TODO should not need this - its here for the JS stuff
import java.lang.UnsupportedOperationException
private enum class State {
Ready,
NotReady,
@@ -4,8 +4,6 @@ package kotlin.io
import java.io.*
import java.nio.charset.Charset
import java.nio.charset.CharsetDecoder
import java.nio.charset.CharsetEncoder
import java.util.NoSuchElementException
/** Returns an [Iterator] of bytes in this input stream. */
@@ -4,8 +4,6 @@
package kotlin.io
import java.io.File
import java.util.Collections
import java.util.NoSuchElementException
import kotlin.text.Regex
/**
@@ -4,9 +4,7 @@
package kotlin.io
import java.io.File
import java.io.FileNotFoundException
import java.io.IOException
import java.util.ArrayList
import java.util.NoSuchElementException
import java.util.Stack
@@ -1,9 +1,6 @@
@file:kotlin.jvm.JvmName("MapAccessorsKt")
package kotlin.properties
import java.io.Serializable
import java.util.NoSuchElementException
// extensions for Map and MutableMap
/**
@@ -1,7 +1,5 @@
package kotlin
import kotlin.properties.Delegates
/**
* Represents the character general category in the Unicode specification.
*/
@@ -1,7 +1,5 @@
package kotlin
import kotlin.properties.Delegates
/**
* Represents the Unicode directionality of a character.
* Character directionality is used to calculate the
@@ -4,11 +4,9 @@
package kotlin
import java.io.StringReader
import java.util.regex.MatchResult
import java.util.regex.Pattern
import java.nio.charset.Charset
import java.util.*
import kotlin.text.Regex
/**
@@ -3,7 +3,6 @@
package kotlin
import java.lang.reflect.Method
import kotlin.jvm.internal.unsafe.*
import kotlin.jvm.internal.Intrinsic
import kotlin.reflect.KClass