From 1602aec50d85f9ba8b01aa7dd6a16b8ce1477411 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 21 Feb 2019 13:37:34 +0300 Subject: [PATCH] Fix compilation problem - Disable code introduced by fix for issue 28747, causing compilation failure --- src/BRepTest/BRepTest_SweepCommands.cxx | 9 --------- 1 file changed, 9 deletions(-) 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; }