commit | 163ea9e5d28e6a851daf96960c31da794370e56d | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Thu Feb 09 11:41:25 2023 -0800 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Feb 09 11:45:34 2023 -0800 |
tree | 1a6c504a115cfc163cae6f75910881fd8a58407d | |
parent | db704c9c28adddeb0e0e16415be81379a186e409 [diff] |
Delete unused constructors and assignment operators This prevents that the compiler complains about not being able to generate default move methods for classes with const members. Change-Id: I348d9ed0d2114755890760d809e51d99a8bec495 Signed-off-by: Bart Van Assche <bvanassche@google.com>