summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-04-20 11:21:43 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-04-20 11:21:43 +0200
commit578ef1f933c6d067b8e3cfe3343ccc9b9b033af0 (patch)
treef50132dd779ecf981671e7bbadaf436651a15739 /src
parent962f88e8cbcf06f9932ab925ff4e5bb3b284a153 (diff)
downloadscala-578ef1f933c6d067b8e3cfe3343ccc9b9b033af0.tar.gz
scala-578ef1f933c6d067b8e3cfe3343ccc9b9b033af0.tar.bz2
scala-578ef1f933c6d067b8e3cfe3343ccc9b9b033af0.zip
SI-7319 Remove unused method.
Detritus spottend after merging SI-7319 from 2.10.x to master.
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala5
1 files changed, 0 insertions, 5 deletions
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
@@ -490,11 +490,6 @@ trait Typers extends Adaptations with Tags {
}
@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()
val res = f