0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinMDataStd / BinMDataStd_BooleanArrayDriver.cdl
index 215ed9f..c20adda 100644 (file)
@@ -25,14 +25,14 @@ uses
 
 is
     Create (theMessageDriver:MessageDriver from CDM)
-    returns mutable BooleanArrayDriver from BinMDataStd;
+    returns BooleanArrayDriver from BinMDataStd;
 
     NewEmpty (me)
-    returns mutable Attribute from TDF
+    returns Attribute from TDF
     is redefined;
 
     Paste(me; Source     : Persistent from BinObjMgt;
-              Target     : mutable Attribute from TDF;
+              Target     : Attribute from TDF;
               RelocTable : out RRelocationTable from BinObjMgt)
     returns Boolean from Standard is redefined;