commit | be15fa1edd87bd7ef13cb774ba2cedbf1a6af98f | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Dec 30 10:14:42 2019 -0800 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jan 06 13:57:05 2020 +0000 |
tree | ce7090050361d974846ad5348f76734e8680b033 | |
parent | 480c70ac148fc098de97ff5ce7ea4a87aaab97a4 [diff] |
remove spurious equals comparators These are unused by virtue of the code continuing to build. C++20 has https://en.cppreference.com/w/cpp/language/default_comparisons but still requires explicit declaration of them with '=default' annotation. Test: builds Bug: 146787904 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I751ad5592acc1ed4cf763d1ca82c301f2e233e56