Skip to content

Commit 2798664

Browse files
committed
remove comments
1 parent de3e4d7 commit 2798664

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -594,14 +594,6 @@ DataProcessorSpec adaptAnalysisTask(ConfigContext const& ctx, Args&&... args)
594594
// replace origins in Preslice declarations
595595
homogeneous_apply_refs_sized<numElements>([&newOrigin](auto& element){ return analysis_task_parsers::replaceOrigin(element, newOrigin); }, *task.get());
596596

597-
/// FIXME: In order to replace origins consistently, there are following things that need to be touched
598-
/// 1. inputs and outputs, including their metadata - done
599-
/// 2. inputInfos, that contain matchers for extracting arguments of process functions - done in the 1st step
600-
/// 3. bindingKeys/bindingKeysUnsorted, that contain matchers to extract tables used to calculate slicing - preslices are update, bks are updated
601-
/// 4. Produces/Spawns/Defines/Builds contain matchers for required inputs and created outputs that need to be modified - same
602-
///
603-
/// 3a. GroupSlicer has to use runtime list of extractions
604-
605597
auto algo = AlgorithmSpec::InitCallback{[task = task, expressionInfos, inputInfos, newOrigin, newOriginStr](InitContext& ic) mutable {
606598
Cache bindingsKeys;
607599
Cache bindingsKeysUnsorted;

0 commit comments

Comments
 (0)