commit | df67107ac4c2a73307597cb763d6c060e8844051 | [log] [tgz] |
---|---|---|
author | T.J. Mercier <tjmercier@google.com> | Thu May 30 00:18:30 2024 +0000 |
committer | T.J. Mercier <tjmercier@google.com> | Tue Jun 11 18:23:58 2024 +0000 |
tree | 84c9dada4a229d99e154f7b6aeb9fa40f38a527d | |
parent | cdd4cb7db86d4cd89319d83da347744aac252717 [diff] |
libprocessgroup: Use default member initializers ... instead of direct initialization in the default constructor implementation. This allows us to just explicitly default the constructor and provide no implementation. Initialize class variables in the header and remove no-op constructor to simplify code. Bug: 346584259 Test: m Change-Id: Iba57f5cfbf8e4d5d18ce178d39f8bcd2d76c8aaa