Skip to content

Commit 5137ed8

Browse files
authored
Apply suggestion from @aalkin
1 parent 0d496ab commit 5137ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ DataProcessorSpec adaptAnalysisTask(ConfigContext const& ctx, Args&&... args)
678678
pointerReconstructor = proxy.getShmPointerReconstructor(spec, 0);
679679
}
680680
#else
681-
return [task, expressionInfos, inputInfos, newOrigin, hasCCDBTables](ProcessingContext& pc) mutable {
681+
return [task, expressionInfos, inputInfos, newOrigin](ProcessingContext& pc) mutable {
682682
#endif
683683
// load the ccdb object from their cache
684684
homogeneous_apply_refs_sized<numElements>([&pc](auto& element) { return analysis_task_parsers::newDataframeCondition(pc.inputs(), element); }, *task.get());

0 commit comments

Comments
 (0)