aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r--elf/dl-support.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c
index 153dd57..1e82e8c 100644
--- a/elf/dl-support.c
+++ b/elf/dl-support.c
@@ -145,8 +145,6 @@ size_t _dl_minsigstacksize = CONSTANT_MINSIGSTKSZ;
int _dl_inhibit_cache;
-unsigned int _dl_osversion;
-
/* All known directories in sorted order. */
struct r_search_path_elem *_dl_all_dirs;
@@ -327,10 +325,6 @@ _dl_non_dynamic_init (void)
DL_PLATFORM_INIT;
#endif
-#ifdef DL_OSVERSION_INIT
- DL_OSVERSION_INIT;
-#endif
-
/* Now determine the length of the platform string. */
if (_dl_platform != NULL)
_dl_platformlen = strlen (_dl_platform);