From 19458f6eb319d22d307e4cec631a45f6b934f040 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Mon, 20 Apr 2020 18:35:58 +0900 Subject: [PATCH] [CHERRY PICKED FROM IJ] Remove outdated bunch files GitOrigin-RevId: e57db32af350993e04232ec7e359ec35a4a5d04c Original commit: https://github.com/JetBrains/intellij-community/commit/774d4e17ae5abab198730ba9bcee0d554a09c0a4 --- .../jetbrains/kotlin/jps/build/ideaPlatform.kt.as33 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as33 diff --git a/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as33 b/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as33 deleted file mode 100644 index 6546b2059d2..00000000000 --- a/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as33 +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors. - * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. - */ - -package org.jetbrains.kotlin.jps.build - -import org.jetbrains.jps.incremental.CompileContext -import org.jetbrains.jps.incremental.messages.CompilerMessage - -fun jpsReportInternalBuilderError(context: CompileContext, error: Throwable) { - KotlinBuilder.LOG.info(error) -} \ No newline at end of file