diff options
author | Mark de Wever <koraq@xs4all.nl> | 2025-03-21 18:01:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-21 18:01:36 +0100 |
commit | 7be243add2bb89461f647ae74af730e149833c1b (patch) | |
tree | 4cf74ae177442d41f3d56606523fe687fc72c5e7 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | d7e7e0af485a5266819cb90dc72e09d67898510f (diff) | |
download | llvm-7be243add2bb89461f647ae74af730e149833c1b.zip llvm-7be243add2bb89461f647ae74af730e149833c1b.tar.gz llvm-7be243add2bb89461f647ae74af730e149833c1b.tar.bz2 |
[NFC][libc++][chrono] Removes dead code. (#132104)
For certain time_points there are specializations of __convert_to_tm.
This means the non-specialized version is never called. This means some
of the `if constexpr` will never be true. These are removed.
Since there is a `static_assert` accidental removal of the
specialization will make the code ill-formed.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions