Skip to content

Commit 00da5eb

Browse files
authored
[NFC] Remove outdated comment (#72591)
Special-casing has been already removed.
1 parent 09ac2ec commit 00da5eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/deque

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,6 @@ public:
967967
// For more details, see the "Using libc++" documentation page or
968968
// the documentation for __sanitizer_annotate_contiguous_container.
969969
#if !defined(_LIBCPP_HAS_NO_ASAN)
970-
// TODO LLVM18: Remove the special-casing
971970
_LIBCPP_HIDE_FROM_ABI void __annotate_double_ended_contiguous_container(
972971
const void* __beg,
973972
const void* __end,

0 commit comments

Comments
 (0)