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

This commit is contained in:
Louis Dionne 2020-05-05 13:20:38 -04:00
parent 9ef166e657
commit e4512b5346
1 changed files with 6 additions and 6 deletions

View File

@ -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