0024830: Remove redundant keyword 'mutable' in CDL declarations
[occt.git] / src / Expr / Expr_UnaryFunction.cdl
index 1d69633..82eee5a 100644 (file)
@@ -37,7 +37,7 @@ is
     Create(func : GeneralFunction; exp : GeneralExpression)
     ---Purpose: Creates me as <func>(<exp>).
     --          Raises exception if <func> is not unary.
-    returns mutable UnaryFunction
+    returns UnaryFunction
     raises InvalidFunction;
 
     Function(me)
@@ -52,7 +52,7 @@ is
 
     Copy(me)
     ---Purpose: Returns a copy of <me> having the same unknowns and functions.
-    returns mutable like me;
+    returns like me;
     
     IsIdentical(me; Other : GeneralExpression)
     ---Purpose: Tests if <me> and <Other> define the same expression.