summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2014-08-27 04:07:04 +0000
committerchristos <christos@NetBSD.org>2014-08-27 04:07:04 +0000
commit97270d326ea06a4e013ce7bf0b7757d7ef7c1a40 (patch)
tree2205b27c59e062f6d97ded7091b350c25b2c96f2 /libexec
parentf7aac87168c24f61f49980ae1b366c0ef1975ee9 (diff)
remove unused define
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/rtld.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/libexec/ld.elf_so/rtld.h b/libexec/ld.elf_so/rtld.h
index 21c77a10619..267f519f778 100644
--- a/libexec/ld.elf_so/rtld.h
+++ b/libexec/ld.elf_so/rtld.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.h,v 1.122 2014/08/26 19:49:33 joerg Exp $ */
+/* $NetBSD: rtld.h,v 1.123 2014/08/27 04:07:04 christos Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -475,15 +475,6 @@ Obj_Entry *_rtld_map_object(const char *, int, const struct stat *);
void _rtld_obj_free(Obj_Entry *);
Obj_Entry *_rtld_obj_new(void);
-/*
- * The following uintptr_t cast is for Elf32 emulation on _LP64 systems
- */
-#if defined(_LP64) && ELFSIZE == 32
-#define RTLD_ELF32_CAST (uintptr_t)
-#else
-#define RTLD_ELF32_CAST
-#endif
-
#ifdef RTLD_LOADER
/* function descriptors */
#ifdef __HAVE_FUNCTION_DESCRIPTORS