summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/UnCurry.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2011-11-22 20:11:52 +0000
committerMartin Odersky <odersky@gmail.com>2011-11-22 20:11:52 +0000
commit370841db4be1290b46c169dc7b92637b5c13cfd7 (patch)
tree168bc0e7f1431bdda71be41037633867fc9cb8c4 /src/compiler/scala/tools/nsc/transform/UnCurry.scala
parent03112a3a3de9654d5d23310baeae667d49fe1017 (diff)
downloadscala-370841db4be1290b46c169dc7b92637b5c13cfd7.tar.gz
scala-370841db4be1290b46c169dc7b92637b5c13cfd7.tar.bz2
scala-370841db4be1290b46c169dc7b92637b5c13cfd7.zip
fixed extraneous output. no review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/UnCurry.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/UnCurry.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/UnCurry.scala b/src/compiler/scala/tools/nsc/transform/UnCurry.scala
index a15badb4fe..fe54dafb1b 100644
--- a/src/compiler/scala/tools/nsc/transform/UnCurry.scala
+++ b/src/compiler/scala/tools/nsc/transform/UnCurry.scala
@@ -267,7 +267,7 @@ abstract class UnCurry extends InfoTransform
def missingCaseCall(scrutinee: Tree): Tree = Apply(Select(This(anonClass), nme.missingCase), List(scrutinee))
- def applyMethodDef() = scala.tools.nsc.util.trace("pf "){
+ def applyMethodDef() = {
val body =
if (isPartial) gen.mkUncheckedMatch(gen.withDefaultCase(fun.body, missingCaseCall))
else fun.body