mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024096: Eliminate compiler warning C4505 in MSVC++ with warning level 4
Removed obsolete functions from sources. Some useful debug functions were 'defined' ( put into #ifdef ...#endif ) Removed some redundant code
This commit is contained in:
@@ -56,19 +56,6 @@ static Standard_Integer SMSearch(const SelectMgr_SequenceOfSelector& seq,
|
||||
|
||||
}
|
||||
|
||||
// Unused :
|
||||
#ifdef DEB
|
||||
static Standard_Boolean SMListContains(const TColStd_ListOfInteger& LL,
|
||||
const Standard_Integer aMode)
|
||||
{
|
||||
TColStd_ListIteratorOfListOfInteger LIt;
|
||||
for (LIt.Initialize(LL);LIt.More();LIt.Next())
|
||||
{if(LIt.Value()==aMode) return Standard_True;}
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//==================================================
|
||||
// Function: Create
|
||||
// Purpose :
|
||||
|
Reference in New Issue
Block a user