[libcxx-commits] [PATCH] D115018: Remove duplicate comment

Nilay Vaish via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 2 18:30:22 PST 2021


nilayvaish created this revision.
nilayvaish published this revision for review.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The same comment appears in the very next line.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115018

Files:
  libcxx/include/__string


Index: libcxx/include/__string
===================================================================
--- libcxx/include/__string
+++ libcxx/include/__string
@@ -42,9 +42,6 @@
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
-// The the extern template ABI lists are kept outside of <string> to improve the
-// readability of that header.
-
 // The extern template ABI lists are kept outside of <string> to improve the
 // readability of that header. We maintain 2 ABI lists:
 // - _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115018.391523.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211203/d6701c57/attachment.bin>


More information about the libcxx-commits mailing list