mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024830: Remove redundant keyword 'mutable' in CDL declarations
Redundant keyword 'mutable' removed in CDL files. In IGESConvGeom_GeomBuilder, unused methods MakeXY() and MakeXYZ() removed. Method StepAP214_AutoDesignGroupAssignment::Init() replicating same method of the base class is removed as it causes CDL extraction error after above (seemingly irrelevant) changes.
This commit is contained in:
@@ -30,7 +30,7 @@ uses
|
||||
Real from Standard
|
||||
|
||||
is
|
||||
Compute(myclass ; AsDes : mutable AsDes from BRepAlgo;
|
||||
Compute(myclass ; AsDes : AsDes from BRepAlgo;
|
||||
F : Face from TopoDS;
|
||||
NewEdges : IndexedMapOfShape from TopTools;
|
||||
Tol : Real from Standard);
|
||||
@@ -47,7 +47,7 @@ is
|
||||
OFI : in out Offset from BRepOffset;
|
||||
MES : in out DataMapOfShapeShape from TopTools;
|
||||
Build : DataMapOfShapeShape from TopTools;
|
||||
AsDes : mutable AsDes from BRepAlgo;
|
||||
AsDes : AsDes from BRepAlgo;
|
||||
Offset: Real from Standard;
|
||||
Tol : Real from Standard);
|
||||
-- Modified by skv - Fri Dec 26 16:53:16 2003 OCC4455 End
|
||||
|
@@ -35,7 +35,7 @@ uses
|
||||
State from TopAbs
|
||||
|
||||
is
|
||||
Create(AsDes : mutable AsDes from BRepAlgo;
|
||||
Create(AsDes : AsDes from BRepAlgo;
|
||||
Side : State from TopAbs;
|
||||
Tol : Real from Standard);
|
||||
|
||||
|
Reference in New Issue
Block a user