modelize_class: Remove a dead check
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Tue, 2 Aug 2016 17:32:15 +0000 (13:32 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Wed, 3 Aug 2016 15:37:59 +0000 (11:37 -0400)
Dead at aa6431294837f7a4734f8b73c2559404b416c924 (PR #2047).

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/modelize/modelize_class.nit

index 045e829..091ec2d 100644 (file)
@@ -104,11 +104,6 @@ redef class ModelBuilder
                end
 
                if mclass == null then
-                       if nclassdef isa AStdClassdef and nclassdef.n_kwredef != null then
-                               error(nclassdef, "Redef Error: no imported class `{name}` to refine.")
-                               return
-                       end
-
                        # Check for conflicting class full-names in the package
                        if mmodule.mgroup != null and mvisibility >= protected_visibility then
                                var mclasses = model.get_mclasses_by_name(name)