src: update most tools to new constructors
[nit.git] / src / frontend / cached.nit
index 9737245..4af7e46 100644 (file)
@@ -31,7 +31,7 @@ end
 private class CachedPhase
        super Phase
 
-       init(toolcontext, depends)
+       init
        do
                # FIXME The phase has to be executed just after `modelize_property_phase`
                # But there is no simple way to express this