From: vsr Date: Thu, 21 Feb 2019 10:37:34 +0000 (+0300) Subject: Fix compilation problem X-Git-Tag: V7_3_0p3~1 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=1602aec50d85f9ba8b01aa7dd6a16b8ce1477411;p=occt-copy.git Fix compilation problem - Disable code introduced by fix for issue 28747, causing compilation failure --- diff --git a/src/BRepTest/BRepTest_SweepCommands.cxx b/src/BRepTest/BRepTest_SweepCommands.cxx index 88d4f60601..577156f1ad 100644 --- a/src/BRepTest/BRepTest_SweepCommands.cxx +++ b/src/BRepTest/BRepTest_SweepCommands.cxx @@ -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; }