Skip to content

Commit

Permalink
removing dead code in BCodeSyncAndTry
Browse files Browse the repository at this point in the history
  • Loading branch information
magarciaEPFL committed Dec 15, 2013
1 parent 6eed8d0 commit f1ca1a3
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -386,10 +386,6 @@ abstract class BCodeSyncAndTry extends BCodeBodyBuilder {
/* Does this tree have a try-catch block? */
def mayCleanStack(tree: Tree): Boolean = tree exists { t => t.isInstanceOf[Try] }

abstract class Cleanup(val value: AnyRef) { }
case class MonitorRelease(v: Symbol) extends Cleanup(v) { }
case class Finalizer(f: Tree) extends Cleanup (f) { }

trait EHClause
case class NamelessEH(typeToDrop: BType, caseBody: Tree) extends EHClause
case class BoundEH (patSymbol: Symbol, caseBody: Tree) extends EHClause
Expand Down

0 comments on commit f1ca1a3

Please sign in to comment.