File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
455455 ac.providedTIMs .clear ();
456456 ac.requestedTIMs .clear ();
457457
458-
459458 auto inputSpecLessThan = [](InputSpec const & lhs, InputSpec const & rhs) { return DataSpecUtils::describe (lhs) < DataSpecUtils::describe (rhs); };
460459 auto outputSpecLessThan = [](OutputSpec const & lhs, OutputSpec const & rhs) { return DataSpecUtils::describe (lhs) < DataSpecUtils::describe (rhs); };
461460
@@ -565,8 +564,6 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
565564 }
566565 }
567566
568-
569-
570567 // replace writer as some outputs may have become dangling and some are now consumed
571568 auto [outputsInputs, isDangling] = WorkflowHelpers::analyzeOutputs (workflow);
572569
You can’t perform that action at this time.
0 commit comments