autosuperinit: remove old FIXME that prevented autosuperinit in redefs
authorJean Privat <jean@pryen.org>
Fri, 6 Mar 2015 03:07:48 +0000 (10:07 +0700)
committerJean Privat <jean@pryen.org>
Fri, 6 Mar 2015 03:07:48 +0000 (10:07 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

src/semantize/auto_super_init.nit

index 6627047..d60e2a3 100644 (file)
@@ -71,9 +71,6 @@ redef class AMethPropdef
                        return
                end
 
-               # FIXME: THIS IS STUPID (be here to keep the old code working)
-               if not mpropdef.mclassdef.is_intro then return
-
                # Do we inherit for a constructor?
                var skip = true
                for cd in mclassdef.in_hierarchy.direct_greaters do