Skip to content

Commit

Permalink
Kill dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaisorblade committed Dec 18, 2013
1 parent 078a6b8 commit 8030f07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/Macros.scala
Expand Up @@ -20,7 +20,6 @@ object Macros extends UntypedLambdaCalc {
case Expr(Function(List(ValDef(mods, paramName, typ, _)), body)) =>
(paramName.decoded, true)
case _ =>
//""
(c.fresh("x_"), false) //Reuse freshname generator from macros.
}
reify(Lambda(c.literal(name).splice, c.literal(userSpecified).splice, hoasBody.splice))
Expand Down

0 comments on commit 8030f07

Please sign in to comment.