mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
Fix compilation problem
- Disable code introduced by fix for issue 28747, causing compilation failure
This commit is contained in:
parent
3aa2c1a020
commit
1602aec50d
@ -172,15 +172,6 @@ static Standard_Integer pipe(Draw_Interpretor& di,
|
|||||||
|
|
||||||
DBRep::Set(a[1],S);
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user