about summary refs log tree commit diff
path: root/csu/init-first.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/init-first.c')
-rw-r--r--csu/init-first.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/csu/init-first.c b/csu/init-first.c
index 669b779b70..1cd8a75098 100644
--- a/csu/init-first.c
+++ b/csu/init-first.c
@@ -74,10 +74,6 @@ _init (int argc, char **argv, char **envp)
   _dl_non_dynamic_init ();
 #endif
 
-#ifdef VDSO_SETUP
-  VDSO_SETUP ();
-#endif
-
   __init_misc (argc, argv, envp);
 
   /* Initialize ctype data.  */