X-Git-Url: http://nitlanguage.org diff --git a/src/model/mmodule.nit b/src/model/mmodule.nit index c637c41..6aa937e 100644 --- a/src/model/mmodule.nit +++ b/src/model/mmodule.nit @@ -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