Remove UNUSED_PARAMETER warning suppression from actual declarations

This commit is contained in:
Ilya Gorbunov
2018-03-31 06:30:35 +03:00
parent ac3de447ae
commit 0e4925a20f
5 changed files with 4 additions and 16 deletions
@@ -82,7 +82,6 @@ object ArrayOps : TemplateGroupBase() {
on(Platform.JS) {
annotation("""@library("arrayEquals")""")
annotation("""@Suppress("UNUSED_PARAMETER")""")
body { "definedExternally" }
}
}
@@ -108,7 +107,6 @@ object ArrayOps : TemplateGroupBase() {
}
on(Platform.JS) {
annotation("""@library("arrayDeepEquals")""")
annotation("""@Suppress("UNUSED_PARAMETER")""")
body { "definedExternally" }
}
}