Skip to content

Commit

Permalink
[libc++][NFC] Remove outdated comment about overridable_function bein…
Browse files Browse the repository at this point in the history
…g in libcxx/include
  • Loading branch information
ldionne committed Jul 12, 2024
1 parent 520e045 commit 3fe8ce3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcxx/src/include/overridable_function.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
// This mechanism should never be used outside of the libc++ built library. In particular,
// attempting to use this within the libc++ headers will not work at all because we don't
// want to be defining special sections inside user's executables which use our headers.
// This is provided inside libc++'s include tree solely to make it easier to share with
// libc++abi, which needs the same mechanism.
//

#if defined(_LIBCPP_OBJECT_FORMAT_MACHO)
Expand Down

0 comments on commit 3fe8ce3

Please sign in to comment.