13
0

do not initialize boost::shared_ptr<> with zero

This commit is contained in:
Paul Davis 2018-09-18 21:26:43 -04:00
parent 87c11bcc2e
commit a183b3bff4

View File

@ -39,7 +39,6 @@ TransportMasterManager* TransportMasterManager::_instance = 0;
TransportMasterManager::TransportMasterManager()
: _master_speed (0)
, _master_position (0)
, _current_master (0)
, _session (0)
, _master_invalid_this_cycle (false)
, master_dll_initstate (0)