emscripten: add general features to lib
[nit.git] / src / simple_misc_analysis.nit
index 634e1ce..35fa66c 100644 (file)
@@ -25,8 +25,6 @@ import toolcontext
 import parser
 import phase
 
-import modelbuilder #FIXME useless
-
 redef class ToolContext
        var simple_misc_analysis_phase: Phase = new SimpleMiscAnalysisPhase(self, null)
 end