mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024162: Eliminate CLang compiler warning
Got rid from most cases of appearance '-Wunused-private-field' warning
This commit is contained in:
@@ -71,7 +71,6 @@ static TColStd_SequenceOfTransient& AIS_Sel_GetSelections()
|
||||
//=======================================================================
|
||||
AIS_Selection::AIS_Selection(const Standard_CString aName) :
|
||||
myName(TCollection_AsciiString(aName)),
|
||||
mycuri(0),
|
||||
#if !defined USE_MAP && !defined OCC189
|
||||
myresult(new TColStd_HArray1OfTransient(1,MaxSizeOfResult)),
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user