Scilab: clean enum management code (no need to force enum type)

This commit is contained in:
Simon Marchetto 2013-08-30 16:46:45 +02:00
commit 1ab2bd15b1

View file

@ -659,9 +659,6 @@ public:
}
}
/* Force type to be an enum (See scitypemaps.swg) */
Setattr(node, "type", "enum SWIG");
return Language::enumvalueDeclaration(node);
}