model: remove `new_msignature` and special call as the new signature is the method...
[nit.git] / src / semantize / auto_super_init.nit
index 55263bd..454e9fb 100644 (file)
@@ -121,7 +121,7 @@ redef class AMethPropdef
                                return
                        end
 
-                       var msignature = candidatedef.new_msignature or else candidatedef.msignature
+                       var msignature = candidatedef.msignature
                        msignature = msignature.resolve_for(recvtype, anchor, mmodule, true)
 
                        if msignature.arity > 0 then