From 3fe8ce390df3a3cdadee3089f158d14c02d07d78 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 12 Jul 2024 16:02:54 -0400 Subject: [PATCH] [libc++][NFC] Remove outdated comment about overridable_function being in libcxx/include --- libcxx/src/include/overridable_function.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcxx/src/include/overridable_function.h b/libcxx/src/include/overridable_function.h index fca66ea6daf7a..e71e4f104b290 100644 --- a/libcxx/src/include/overridable_function.h +++ b/libcxx/src/include/overridable_function.h @@ -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)