[libcxx-commits] [PATCH] D115839: [libc++][ranges][NFC] Remove extraneous cleanup checks.
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 16 09:13:43 PST 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
In D115839#3196413 <https://reviews.llvm.org/D115839#3196413>, @Quuxplusone wrote:
> Seems harmless to keep, but also harmless to remove. :)
I requested that in another review. IMO it's better to remove cause it removes the possibility for confusion around what we're trying to test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115839/new/
https://reviews.llvm.org/D115839
More information about the libcxx-commits
mailing list