Remove useless _abstract atribute
authorJean Privat <jean@pryen.org>
Wed, 28 Jan 2009 02:27:10 +0000 (21:27 -0500)
committerJean Privat <jean@pryen.org>
Wed, 28 Jan 2009 02:27:10 +0000 (21:27 -0500)
src/metamodel/abstractmetamodel.nit

index 4ce08ef..8008573 100644 (file)
@@ -361,9 +361,6 @@ class MMLocalClass
        # The module of the local class
        readable attr _module: MMModule
 
-       # Is the class abstract
-       readable writable attr _abstract: Bool
-
        # The global class of the local class
        readable attr _global: MMGlobalClass