Skip to content

Commit 299a603

Browse files
committed
Mergers: remove to be deprecated API.
1 parent dee7e06 commit 299a603

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Utilities/QC/QCMerger/src/MergerDevice.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ void MergerDevice::establishChannel(string type, string method, string address,
5959
void MergerDevice::executeRunLoop()
6060
{
6161
ChangeState("INIT_DEVICE");
62-
WaitForInitialValidation();
6362
WaitForEndOfState("INIT_DEVICE");
6463

6564
subscribeDdsCommands();

Utilities/QC/QCProducer/src/ProducerDevice.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ void ProducerDevice::establishChannel(std::string type, std::string method, std:
169169
void ProducerDevice::executeRunLoop()
170170
{
171171
ChangeState("INIT_DEVICE");
172-
WaitForInitialValidation();
173172
WaitForEndOfState("INIT_DEVICE");
174173

175174
subscribeDdsCommands();

Utilities/QC/QCViewer/src/ViewerDevice.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ TObject* ViewerDevice::receiveDataObjectFromMerger()
8383
void ViewerDevice::executeRunLoop()
8484
{
8585
ChangeState("INIT_DEVICE");
86-
WaitForInitialValidation();
8786
WaitForEndOfState("INIT_DEVICE");
8887

8988
ChangeState("INIT_TASK");

0 commit comments

Comments
 (0)