Skip to content

Commit b173df6

Browse files
committed
remove comments
1 parent a3d90d6 commit b173df6

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
@@ -582,14 +582,6 @@ DataProcessorSpec adaptAnalysisTask(ConfigContext const& ctx, Args&&... args)
582582
// replace origins in Preslice declarations
583583
homogeneous_apply_refs_sized<numElements>([&newOrigin](auto& element){ return analysis_task_parsers::replaceOrigin(element, newOrigin); }, *task.get());
584584

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

0 commit comments

Comments
 (0)