Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapplin committed Mar 20, 2024
1 parent 9c825d6 commit 6814158
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "MockObjects.h"
#include "Reduction/ISISEnergyTransferPresenter.h"

#include "MantidAPI/AlgorithmProperties.h"
#include "MantidFrameworkTestHelpers/IndirectFitDataCreationHelper.h"
#include "MantidKernel/WarningSuppressions.h"

Expand All @@ -23,12 +22,6 @@ using namespace testing;

namespace {

std::unique_ptr<Mantid::API::AlgorithmRuntimeProps> defaultGroupingProps() {
auto properties = std::make_unique<Mantid::API::AlgorithmRuntimeProps>();
Mantid::API::AlgorithmProperties::update("GroupingMethod", std::string("IPF"), *properties);
return properties;
}

IETSaveData createSaveData() { return IETSaveData(true, true, true, true, true); }

} // namespace
Expand Down

0 comments on commit 6814158

Please sign in to comment.