commit | 10826481bae21a4c5ddf7ee30f0719a72994ae6b | [log] [tgz] |
---|---|---|
author | T.J. Mercier <tjmercier@google.com> | Thu May 30 15:13:11 2024 +0000 |
committer | T.J. Mercier <tjmercier@google.com> | Tue Jun 11 18:24:23 2024 +0000 |
tree | 7d4be11cfa9bf0012e9de213a744a8b2b87bc98b | |
parent | df67107ac4c2a73307597cb763d6c060e8844051 [diff] |
libprocessgroup: Don't delegate to default constructor Manually calling a defaulted default constructor from a another constructor is superfluous, and can increase code size if the default constructor is not otherwise used. There's nothing to delegate, so remove the call. Bug: 346584259 Test: m Change-Id: Ia16aa041fdee7434587cf90645d7f95cba4e0d10