From: Jean Privat Date: Wed, 28 Jan 2009 02:27:10 +0000 (-0500) Subject: Remove useless _abstract atribute X-Git-Tag: mercurial_tip~10 X-Git-Url: http://nitlanguage.org Remove useless _abstract atribute --- diff --git a/src/metamodel/abstractmetamodel.nit b/src/metamodel/abstractmetamodel.nit index 4ce08ef..8008573 100644 --- a/src/metamodel/abstractmetamodel.nit +++ b/src/metamodel/abstractmetamodel.nit @@ -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