Revert "Fix performance issue for case when there are a lot of warnings in file"

This reverts commit 3d8e5c4f8e.

 Temporarily reverting this commit due to new flaky tests
This commit is contained in:
Mikhail Zarechenskiy
2019-10-12 00:42:43 +03:00
parent c13f55f0ad
commit 83bb07e5ac
6 changed files with 10 additions and 32 deletions
@@ -336,9 +336,6 @@ private class LazyJvmDiagnostics(compute: () -> Diagnostics) : Diagnostics {
override fun noSuppression() = delegate.noSuppression()
override fun hasDiagnostic(diagnostic: Diagnostic) =
delegate.hasDiagnostic(diagnostic)
override fun iterator() = delegate.iterator()
}