From 6a029f7c046cd9b6b60693bbe2cb3bdda4f861ba Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 26 Jan 2003 11:45:54 +0000 Subject: Remove part of my stateful locale patch that slipped into the previous rev. --- lib/libc/stdio/freopen.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/stdio/freopen.c b/lib/libc/stdio/freopen.c index 66794dd..eba8470 100644 --- a/lib/libc/stdio/freopen.c +++ b/lib/libc/stdio/freopen.c @@ -188,9 +188,6 @@ finish: FREELB(fp); fp->_lb._size = 0; fp->_extra->orientation = 0; - memset(&fp->_extra->state, 0, sizeof(fp->_extra->state)); - memset(&fp->_extra->cstate, 0, sizeof(fp->_extra->cstate)); - fp->_extra->cstatepos = 0; if (f < 0) { /* did not get it after all */ fp->_flags = 0; /* set it free */ -- cgit v1.1