Remove some unused variables.
authorRoland McGrath <roland@redhat.com>
Sun, 20 Sep 2009 00:19:41 +0000 (17:19 -0700)
committerRoland McGrath <roland@redhat.com>
Sun, 20 Sep 2009 00:19:41 +0000 (17:19 -0700)
ChangeLog
libio/wfileops.c

index 2fddf61..4bcb539 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5bc08be..503d341 100644 (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);