mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
Apply readability-redundant-member-init
This commit is contained in:
@@ -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