mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Apply readability-redundant-member-init
This commit is contained in:
committed by
Dennis Klein
parent
acf63d3c1b
commit
9444de5868
@@ -234,8 +234,6 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
: AsioBase<Executor, Allocator>(ex, std::move(alloc))
|
||||
, fDDSSession(std::move(session))
|
||||
, fDDSTopo(std::move(topo))
|
||||
, fStateData()
|
||||
, fStateIndex()
|
||||
, fMtx(std::make_unique<std::mutex>())
|
||||
, fStateChangeSubscriptionsCV(std::make_unique<std::condition_variable>())
|
||||
, fNumStateChangePublishers(0)
|
||||
@@ -1174,7 +1172,6 @@ class BasicTopology : public AsioBase<Executor, Allocator>
|
||||
, fTimer(ex)
|
||||
, fCount(0)
|
||||
, fExpectedCount(expectedCount)
|
||||
, fFailedDevices()
|
||||
, fMtx(mutex)
|
||||
{
|
||||
if (timeout > std::chrono::milliseconds(0)) {
|
||||
|
Reference in New Issue
Block a user