We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a1907 commit 70e2d55Copy full SHA for 70e2d55
1 file changed
Framework/Core/src/ArrowSupport.cxx
@@ -455,7 +455,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
455
ac.providedTIMs.clear();
456
ac.requestedTIMs.clear();
457
458
-
459
auto inputSpecLessThan = [](InputSpec const& lhs, InputSpec const& rhs) { return DataSpecUtils::describe(lhs) < DataSpecUtils::describe(rhs); };
460
auto outputSpecLessThan = [](OutputSpec const& lhs, OutputSpec const& rhs) { return DataSpecUtils::describe(lhs) < DataSpecUtils::describe(rhs); };
461
@@ -565,8 +564,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
565
564
}
566
567
568
569
570
// replace writer as some outputs may have become dangling and some are now consumed
571
auto [outputsInputs, isDangling] = WorkflowHelpers::analyzeOutputs(workflow);
572
0 commit comments