From 403134014610402962707a7acea717885f4967ed Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 27 Jan 2009 21:27:10 -0500 Subject: [PATCH] Remove useless _abstract atribute --- src/metamodel/abstractmetamodel.nit | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.7.9.5