[all-commits] [llvm/llvm-project] 284812: [libc++] Remove dead code in legacy_debug_handler....
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Oct 4 08:38:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2848125c6c224edf6a41b9cdd2140340e5a24562
https://github.com/llvm/llvm-project/commit/2848125c6c224edf6a41b9cdd2140340e5a24562
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
R libcxx/src/legacy_debug_handler.cpp
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Remove dead code in legacy_debug_handler.cpp (#68155)
We removed all traces of the legacy debug mode a while back, but we
forgot to remove the actual `.cpp` file that implemented the legacy
debug handler. The file is not referenced from anywhere so this is
effectively a NFC.
More information about the All-commits
mailing list