From e4512b5346203560d8e3122af03c0608c583f4d8 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 5 May 2020 13:20:38 -0400 Subject: [PATCH] [libc++abi] NFC: Remove pragma mark in favor of normal comment --- libcxxabi/src/cxa_vector.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libcxxabi/src/cxa_vector.cpp b/libcxxabi/src/cxa_vector.cpp index f20e978..325bbf2 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 -- 2.7.4