nitx: migrate client to new doc API
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 18 Dec 2015 04:41:18 +0000 (23:41 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Sat, 19 Dec 2015 05:55:18 +0000 (00:55 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

src/nitx.nit

index 1c8be5f..ff97784 100644 (file)
@@ -45,7 +45,6 @@ private class NitxPhase
                var doc = new DocModel(mainmodule.model, mainmodule)
 
                var phases = [
-                       new ExtractionPhase(toolcontext, doc),
                        new MakePagePhase(toolcontext, doc),
                        new ConcernsPhase(toolcontext, doc),
                        new StructurePhase(toolcontext, doc),