[libcxx-commits] [libcxxabi] e4512b5 - [libc++abi] NFC: Remove pragma mark in favor of normal comment

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 5 10:21:04 PDT 2020


Author: Louis Dionne
Date: 2020-05-05T13:20:46-04:00
New Revision: e4512b5346203560d8e3122af03c0608c583f4d8

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

LOG: [libc++abi] NFC: Remove pragma mark in favor of normal comment

Added: 
    

Modified: 
    libcxxabi/src/cxa_vector.cpp

Removed: 
    


################################################################################
diff  --git a/libcxxabi/src/cxa_vector.cpp b/libcxxabi/src/cxa_vector.cpp
index f20e978d36ef..325bbf22d201 100644
--- a/libcxxabi/src/cxa_vector.cpp
+++ b/libcxxabi/src/cxa_vector.cpp
@@ -24,9 +24,9 @@
 
 namespace __cxxabiv1 {
 
-#if 0
-#pragma mark --Helper routines and classes --
-#endif
+//
+// Helper routines and classes
+//
 
 namespace {
     inline static size_t __get_element_count ( void *p ) {
@@ -111,9 +111,9 @@ namespace {
     };
 }
 
-#if 0
-#pragma mark --Externally visible routines--
-#endif
+//
+// Externally visible routines
+//
 
 namespace {
 _LIBCXXABI_NORETURN


        


More information about the libcxx-commits mailing list