Apply readability-redundant-member-init

This commit is contained in:
Alexey Rybalchenko
2021-05-26 22:39:19 +02:00
committed by Dennis Klein
parent acf63d3c1b
commit 9444de5868
17 changed files with 19 additions and 75 deletions

View File

@@ -48,9 +48,6 @@ namespace fair::mq::plugins
Control::Control(const string& name, const Plugin::Version version, const string& maintainer, const string& homepage, PluginServices* pluginServices)
: Plugin(name, version, maintainer, homepage, pluginServices)
, fControllerThread()
, fSignalHandlerThread()
, fControllerMutex()
, fDeviceShutdownRequested(false)
, fDeviceHasShutdown(false)
, fPluginShutdownRequested(false)