[libcxx-commits] [libcxx] 3536e18 - Remove duplicate comment

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 5 05:03:57 PST 2021


Author: Nilay Vaish
Date: 2021-12-05T14:03:44+01:00
New Revision: 3536e18a6c834e5d683792859ea97696c1205405

URL: https://github.com/llvm/llvm-project/commit/3536e18a6c834e5d683792859ea97696c1205405
DIFF: https://github.com/llvm/llvm-project/commit/3536e18a6c834e5d683792859ea97696c1205405.diff

LOG: Remove duplicate comment

The same comment appears in the very next line.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D115018

Added: 
    

Modified: 
    libcxx/include/__string

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__string b/libcxx/include/__string
index 890fb21dd3f1..e3fd0c270b2b 100644
--- a/libcxx/include/__string
+++ b/libcxx/include/__string
@@ -42,9 +42,6 @@ _LIBCPP_PUSH_MACROS
 
 _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


        


More information about the libcxx-commits mailing list