0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinMXCAFDoc / BinMXCAFDoc_LayerToolDriver.cdl
index ddc1d03..17a999f 100644 (file)
@@ -24,13 +24,13 @@ uses
 
 is
     Create (theMsgDriver:MessageDriver from CDM)
-    returns mutable LayerToolDriver from BinMXCAFDoc;
+    returns LayerToolDriver from BinMXCAFDoc;
 
-    NewEmpty (me)  returns mutable Attribute from TDF
+    NewEmpty (me)  returns Attribute from TDF
     is redefined;
 
     Paste(me; theSource     : Persistent from BinObjMgt;
-              theTarget     : mutable Attribute from TDF;
+              theTarget     : Attribute from TDF;
               theRelocTable : out RRelocationTable from BinObjMgt)
     returns Boolean from Standard is redefined;