Remove some unused variables.

This commit is contained in:
Roland McGrath 2009-09-19 17:19:41 -07:00
parent 24ab9c7697
commit 487a6d7735
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2009-09-19 Roland McGrath <roland@redhat.com>
* libio/wfileops.c (_IO_wfile_seekoff): Remove unused variables.
2009-09-15 Roland McGrath <roland@redhat.com>
* aclocal.m4 (GLIBC_PROVIDES): Add _AS_ECHO_PREPARE.

View File

@ -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);