From 487a6d7735ee5ed07d731306f60b19e57ceb983f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 19 Sep 2009 17:19:41 -0700 Subject: Remove some unused variables. --- libio/wfileops.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libio') diff --git a/libio/wfileops.c b/libio/wfileops.c index 5bc08bedfb..503d341a96 100644 --- a/libio/wfileops.c +++ b/libio/wfileops.c @@ -686,10 +686,6 @@ _IO_wfile_seekoff (fp, offset, dir, mode) - (fp->_IO_read_end - fp->_IO_buf_base)); if (offset >= start_offset && offset < fp->_offset) { - enum __codecvt_result status; - struct _IO_codecvt *cd = fp->_codecvt; - const char *read_ptr_copy; - _IO_setg (fp, fp->_IO_buf_base, fp->_IO_buf_base + (offset - start_offset), fp->_IO_read_end); -- cgit 1.4.1