[API] Remove redundant member initialization (NFC)

Identified with readability-redundant-member-init.
This commit is contained in:
Kazu Hirata
2022-01-02 22:44:15 -08:00
parent 1461bd13c9
commit a3436f7340
44 changed files with 78 additions and 124 deletions

View File

@@ -49,9 +49,7 @@
using namespace lldb;
using namespace lldb_private;
SBProcess::SBProcess() : m_opaque_wp() {
LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBProcess);
}
SBProcess::SBProcess() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBProcess); }
// SBProcess constructor