forked from OSchip/llvm-project
[libc++abi] NFC: Remove pragma mark in favor of normal comment
This commit is contained in:
parent
9ef166e657
commit
e4512b5346
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue