1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-24 13:50:49 +03:00

0023988: Force use of reentrant mode

Reentrant mode switch is eliminated
This commit is contained in:
szv
2013-05-24 09:26:45 +04:00
parent 310659466b
commit bd0c22ce9f
13 changed files with 30 additions and 135 deletions

View File

@@ -39,12 +39,3 @@ Standard_Integer Standard_MMgrRoot::Purge(Standard_Boolean)
{
return 0;
}
//=======================================================================
//function : SetReentrant
//purpose :
//=======================================================================
void Standard_MMgrRoot::SetReentrant(Standard_Boolean)
{
}