SDK: Fix CTopology member init and remove separate init step again

This commit is contained in:
Dennis Klein
2019-07-24 10:34:10 +02:00
parent de4fca177e
commit bc98ab1eed
4 changed files with 8 additions and 16 deletions

View File

@@ -61,8 +61,6 @@ Topology::Topology(DDSTopology topo, DDSSession session)
, fExecutionThread()
, fShutdown(false)
{
fDDSTopo.CreateTopology(fDDSTopo.GetTopoFile());
std::vector<uint64_t> deviceList = fDDSTopo.GetDeviceList();
for (const auto& d : deviceList) {
LOG(info) << "fair::mq::Topology Adding device " << d;