Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clean-up
  • Loading branch information
prakashk committed May 10, 2013
1 parent 1f14b91 commit affe47a
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -59,9 +59,6 @@ class MoeIOObject(
def readlines (r: MoeRuntime): MoeArrayObject = r.NativeObjects.getArray(
{
Source.fromFile(file).getLines.toList.map(r.NativeObjects.getStr(_)):_*
// val lines = Source.fromFile(file).getLines
// isAtEOF = true
// lines.toList.map(r.NativeObjects.getStr(_)):_*
}
)

Expand Down

0 comments on commit affe47a

Please sign in to comment.