Remove obsolete bunch fixes for 173 & as31

This commit is contained in:
Vyacheslav Gerasimov
2019-01-14 16:26:55 +03:00
parent b1f25874d8
commit 2157c777b3
11 changed files with 10 additions and 114 deletions
@@ -87,8 +87,6 @@ abstract class KotlinLightCodeInsightFixtureTestCase : KotlinLightCodeInsightFix
}
})
}
fixTemplates()
}
override fun tearDown() {
@@ -1,13 +0,0 @@
/*
* Copyright 2010-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("UnusedImport")
package org.jetbrains.kotlin.idea.test
// Unneeded in 181, but used in 173
// BUNCH: 181
internal fun fixTemplates() {
}