[all-commits] [llvm/llvm-project] e5ae5c: [libc][Obvious] Remove the unused cpp::vector class.

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Dec 20 15:27:08 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5ae5cec060fb0cef89d4c86464e3b882e8c4b81
      https://github.com/llvm/llvm-project/commit/e5ae5cec060fb0cef89d4c86464e3b882e8c4b81
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt
    R libc/src/__support/CPP/vector.h
    M libc/test/src/__support/CPP/CMakeLists.txt
    R libc/test/src/__support/CPP/vector_test.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list