neo4j/graph: Add optimization methods.
[nit.git] / src / nitls.nit
index c6c62b8..9412f5d 100644 (file)
@@ -18,7 +18,6 @@
 module nitls
 
 import modelbuilder
-intrude import loader
 import ordered_tree
 import console
 
@@ -149,7 +148,6 @@ if opt_recursive.value then
                while not pipe.eof do
                        var l = pipe.read_line
                        if l == "" then break # last line
-                       l = l.substring(0,l.length-1) # strip last oef
                        files.add l
                end
                pipe.close