diff options
Diffstat (limited to 'debug/vdprintf_chk.c')
-rw-r--r-- | debug/vdprintf_chk.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debug/vdprintf_chk.c b/debug/vdprintf_chk.c index c195a7951e..bc713b4962 100644 --- a/debug/vdprintf_chk.c +++ b/debug/vdprintf_chk.c @@ -40,9 +40,6 @@ __vdprintf_chk (int d, int flags, const char *format, va_list arg) _IO_no_init (&tmpfil.file, _IO_USER_LOCK, 0, &wd, &_IO_wfile_jumps); _IO_JUMPS (&tmpfil) = &_IO_file_jumps; _IO_new_file_init_internal (&tmpfil); -#if !_IO_UNIFIED_JUMPTABLES - tmpfil.vtable = NULL; -#endif if (_IO_file_attach (&tmpfil.file, d) == NULL) { _IO_un_link (&tmpfil); |