Skip to content

Commit e4512b5

Browse files
committed
[libc++abi] NFC: Remove pragma mark in favor of normal comment
1 parent 9ef166e commit e4512b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libcxxabi/src/cxa_vector.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
namespace __cxxabiv1 {
2626

27-
#if 0
28-
#pragma mark --Helper routines and classes --
29-
#endif
27+
//
28+
// Helper routines and classes
29+
//
3030

3131
namespace {
3232
inline static size_t __get_element_count ( void *p ) {
@@ -111,9 +111,9 @@ namespace {
111111
};
112112
}
113113

114-
#if 0
115-
#pragma mark --Externally visible routines--
116-
#endif
114+
//
115+
// Externally visible routines
116+
//
117117

118118
namespace {
119119
_LIBCXXABI_NORETURN

0 commit comments

Comments
 (0)