Skip to content

Commit 113d551

Browse files
committed
remove obsolete code
1 parent 7547f28 commit 113d551

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Framework/Core/src/WorkflowHelpers.cxx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,6 @@ int defaultConditionQueryRateMultiplier()
157157

158158
void 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 = {},

0 commit comments

Comments
 (0)