File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -157,18 +157,6 @@ int defaultConditionQueryRateMultiplier()
157157
158158void WorkflowHelpers::injectServiceDevices (WorkflowSpec& workflow, ConfigContext& ctx)
159159{
160- auto fakeCallback = AlgorithmSpec{[](InitContext& ic) {
161- LOG (info) << " This is not a real device, merely a placeholder for external inputs" ;
162- LOG (info) << " To be hidden / removed at some point." ;
163- // mark this dummy process as ready-to-quit
164- ic.services ().get <ControlService>().readyToQuit (QuitRequest::Me);
165-
166- return [](ProcessingContext& pc) {
167- // this callback is never called since there is no expiring input
168- pc.services ().get <RawDeviceService>().waitFor (2000 );
169- };
170- }};
171-
172160 DataProcessorSpec ccdbBackend{
173161 .name = " internal-dpl-ccdb-backend" ,
174162 .outputs = {},
You can’t perform that action at this time.
0 commit comments