1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00

Fix compilation problem

- Disable code introduced by fix for issue 28747, causing compilation failure
This commit is contained in:
vsr 2019-02-21 13:37:34 +03:00
parent 3aa2c1a020
commit 1602aec50d

View File

@ -172,15 +172,6 @@ static Standard_Integer pipe(Draw_Interpretor& di,
DBRep::Set(a[1],S);
// Save history of pipe
if (BRepTest_Objects::IsHistoryNeeded())
{
TopTools_ListOfShape aList;
aList.Append(Profile);
aList.Append(Spine);
BRepTest_Objects::SetHistory(aList, PipeBuilder);
}
return 0;
}