0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / TDataXtd / TDataXtd_PatternStd.cdl
index c5ab190..d58f342 100644 (file)
@@ -49,7 +49,7 @@ is
     --           ===========      
 
     Create
-    returns mutable PatternStd from TDataXtd;
+    returns PatternStd from TDataXtd;
 
     --- Category: Set and Get methods
 
@@ -129,10 +129,10 @@ is
 
     Restore (me: mutable; With : Attribute from TDF);
 
-    NewEmpty (me) returns mutable Attribute from TDF;
+    NewEmpty (me) returns Attribute from TDF;
 
-    Paste (me; Into : mutable Attribute from TDF;
-              RT   : mutable RelocationTable from TDF);    
+    Paste (me; Into : Attribute from TDF;
+              RT   : RelocationTable from TDF);    
 
     References(me; aDataSet : DataSet from TDF)
     is redefined;