Minor, fix warnings in core/ modules

This commit is contained in:
Alexander Udalov
2016-04-17 13:35:17 +03:00
parent f773966458
commit 027cc898e7
9 changed files with 30 additions and 30 deletions
@@ -132,8 +132,6 @@ private fun <T> Iterable<T>.elementAt(position: Int): T {
idx++
} while (true)
throw IllegalStateException()
}
private fun <T> Iterator<T>.remaining(): List<T> {