commit | d72329228f387e30148a35c5d6870ad0ef50361c | [log] [tgz] |
---|---|---|
author | Siva Chandra Reddy <sivachandra@google.com> | Tue Dec 20 23:21:56 2022 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 20 15:30:40 2022 -0800 |
tree | d91d1d46a45dcb5e8efa943c95b7d4d2259ff7d9 | |
parent | f928a4e107a1be1abdd8f93660282d5b26a4a56c [diff] |
[libc][Obvious] Remove the unused cpp::vector class. This can be easily resurrected if required in future. It calls malloc directly. So, instead of updating an unused piece to the newer pattern of using the custom operator new, this patch just deletes it. GitOrigin-RevId: e5ae5cec060fb0cef89d4c86464e3b882e8c4b81