0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinMDocStd / BinMDocStd_XLinkDriver.cdl
index f947101..89cc542 100644 (file)
@@ -26,13 +26,13 @@ uses
 
 is
     Create (theMessageDriver:MessageDriver from CDM)
-        returns mutable XLinkDriver from BinMDocStd;
+        returns XLinkDriver from BinMDocStd;
 
-    NewEmpty (me)  returns mutable Attribute from TDF
+    NewEmpty (me)  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;