From 578ef1f933c6d067b8e3cfe3343ccc9b9b033af0 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sat, 20 Apr 2013 11:21:43 +0200 Subject: SI-7319 Remove unused method. Detritus spottend after merging SI-7319 from 2.10.x to master. --- src/compiler/scala/tools/nsc/typechecker/Typers.scala | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala index bf1cc06666..9536df888e 100644 --- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala +++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala @@ -489,11 +489,6 @@ trait Typers extends Adaptations with Tags { res } - @inline - final def typerReportAnyContextErrors[T](c: Context)(f: Typer => T): T = { - f(newTyper(c)) - } - @inline final def withSavedContext[T](c: Context)(f: => T) = { val savedErrors = c.flushAndReturnBuffer() -- cgit v1.2.3