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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 5 05:04:01 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3536e18a6c83: Remove duplicate comment (authored by nilayvaish, committed by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115018/new/

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.391905.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211205/50f3cda8/attachment.bin>


More information about the libcxx-commits mailing list