commit | 11b33690e446897d228dd22273483a5901d47b66 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Sep 05 16:52:36 2018 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Wed Sep 05 21:07:23 2018 +0900 |
tree | b9e49b7e2f78569075391abeb46a6c20cc28346a | |
parent | 4931a29f6d29209be0c91dda3038a4a4fd83637c [diff] |
Delete sysutils/List.h Convert the last user to a regular std::vector, and then put List.h out of its misery. Turns out there's another copy of this ancient header: system/core/libutils/include/utils/List.h. This one is included in various places, but most don't actually use it. There seems to be a case for a tool to detect unused headers... Test: m Change-Id: Ie457bf5e06f6082537f5de2e1fefe7f05a1f0792