Skip to content

Commit 3fe8ce3

Browse files
committed
[libc++][NFC] Remove outdated comment about overridable_function being in libcxx/include
1 parent 520e045 commit 3fe8ce3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/src/include/overridable_function.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
// This mechanism should never be used outside of the libc++ built library. In particular,
6262
// attempting to use this within the libc++ headers will not work at all because we don't
6363
// want to be defining special sections inside user's executables which use our headers.
64-
// This is provided inside libc++'s include tree solely to make it easier to share with
65-
// libc++abi, which needs the same mechanism.
6664
//
6765

6866
#if defined(_LIBCPP_OBJECT_FORMAT_MACHO)

0 commit comments

Comments
 (0)