FairMQChannel: remove artifacts from no longer used optimizations

This commit is contained in:
Alexey Rybalchenko
2020-09-22 10:03:56 +02:00
committed by Dennis Klein
parent e332e20dbd
commit cfa18ccfce
3 changed files with 0 additions and 30 deletions

View File

@@ -390,7 +390,6 @@ void FairMQDevice::AttachChannels(vector<FairMQChannel*>& chans)
if ((*itr)->Validate()) {
(*itr)->Init();
if (AttachChannel(**itr)) {
(*itr)->SetModified(false);
// remove the channel from the uninitialized container
itr = chans.erase(itr);
} else {