src: update most tools to new constructors
[nit.git] / src / frontend / simple_misc_analysis.nit
index 9e3775d..c897ed9 100644 (file)
@@ -58,11 +58,6 @@ private class SimpleMiscVisitor
        do
                toolcontext.warning(node.hot_location, tag, msg)
        end
-
-       init(toolcontext: ToolContext)
-       do
-               self.toolcontext = toolcontext
-       end
 end