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
@@ -43,11 +43,7 @@ class PluginServices
|
||||
PluginServices(ProgOptions& config, FairMQDevice& device)
|
||||
: fConfig(config)
|
||||
, fDevice(device)
|
||||
, fDeviceController()
|
||||
, fDeviceControllerMutex()
|
||||
, fReleaseDeviceControlCondition()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
~PluginServices()
|
||||
{
|
||||
|
Reference in New Issue
Block a user