src: update most tools to new constructors
[nit.git] / src / semantize / scope.nit
index 00702d0..ad6bcd8 100644 (file)
@@ -71,9 +71,8 @@ private class ScopeVisitor
 
        var selfvariable = new Variable("self")
 
-       init(toolcontext: ToolContext)
+       init
        do
-               self.toolcontext = toolcontext
                scopes.add(new Scope)
        end