0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / BinMFunction / BinMFunction_ScopeDriver.cdl
index 61968ee..775a726 100644 (file)
@@ -28,14 +28,14 @@ uses
 is
 
     Create (theMessageDriver:MessageDriver from CDM)
-    returns mutable ScopeDriver from BinMFunction;
+    returns ScopeDriver from BinMFunction;
 
     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;