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

@@ -54,8 +54,6 @@ struct Region
, fFile(nullptr)
, fFileMapping()
, fQueue(nullptr)
, fAcksReceiver()
, fAcksSender()
, fCallback(callback)
, fBulkCallback(bulkCallback)
{