Skip to content

Commit

Permalink
Clean-up of dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Jan 15, 2014
1 parent a9b81fc commit bc60d8f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions h2o-scala/src/main/scala/water/api/dsl/H2ODsl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ object H2ODsl extends H2ODslImplicitConv with T_R_Env[DFrame] with T_H2O_Env[Hex
type FAOp = T_A2B_Transf[scala.Double]
// Double collector
type CDOp = T_T_Collect[scala.Double,scala.Double]

// Dummy tester and H2O launcher - should launch H2O with REPL
def main(args: Array[String]): Unit = {
println("Launching H2O...")
water.Boot.main(Array("-mainClass", "water.api.dsl.ScAlH2ORepl"));
}


// An object to represent an empty range selector
case object * extends Range(0, -1, 1);

Expand Down

0 comments on commit bc60d8f

Please sign in to comment.