src: remove some warnings and do some cleaning
[nit.git] / src / semantize / auto_super_init.nit
index 95b2acb..13d2b78 100644 (file)
@@ -32,10 +32,6 @@ end
 
 private class AutoSuperInitVisitor
        super Visitor
-       init
-       do
-       end
-
        redef fun visit(n)
        do
                n.accept_auto_super_init(self)