Merge: Less null warnings in src/
[nit.git] / src / model / mmodule.nit
index c637c41..6aa937e 100644 (file)
@@ -239,11 +239,6 @@ class MModule
                end
        end
 
-       # Is `self` created for internal purpose?
-       # Fictive modules are instantiated internally but they should not be
-       # exposed to the final user.
-       var is_fictive: Bool = false is writable
-
        # Is `self` a unit test module used by `nitunit`?
        var is_test_suite: Bool = false is writable