aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/libc_interposing_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/libc_interposing_table.c')
-rw-r--r--lib/libc/gen/libc_interposing_table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/gen/libc_interposing_table.c b/lib/libc/gen/libc_interposing_table.c
index 6997dce86569..d15d32711910 100644
--- a/lib/libc/gen/libc_interposing_table.c
+++ b/lib/libc/gen/libc_interposing_table.c
@@ -49,7 +49,6 @@ interpos_func_t __libc_interposing[INTERPOS_MAX] = {
interpos_func_t *
__libc_interposing_slot(int interposno)
{
- /* XXX: forward compat. Remove after 15.0-RELEASE. */
if (__libc_interposing[interposno] == NULL)
return (__libsys_interposing_slot(interposno));
return (&__libc_interposing[interposno]);