Minor: remove unused template for Map.random()

This commit is contained in:
Ilya Gorbunov
2018-09-21 18:23:51 +03:00
parent 8e347f9f39
commit 4423ef9087
@@ -866,11 +866,6 @@ object Elements : TemplateGroupBase() {
"""
}
}
specialFor(Maps) {
body {
"""return entries.random(random)"""
}
}
specialFor(RangesOfPrimitives) {
body {
val expr = when (primitive) {