This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.10-338-g487a6d7


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  487a6d7735ee5ed07d731306f60b19e57ceb983f (commit)
      from  24ab9c769754f92dcc7c63a28009ca01e276fc93 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=487a6d7735ee5ed07d731306f60b19e57ceb983f

commit 487a6d7735ee5ed07d731306f60b19e57ceb983f
Author: Roland McGrath <roland@redhat.com>
Date:   Sat Sep 19 17:19:41 2009 -0700

    Remove some unused variables.

diff --git a/ChangeLog b/ChangeLog
index 2fddf61..4bcb539 100644
--- 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.
diff --git a/libio/wfileops.c b/libio/wfileops.c
index 5bc08be..503d341 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);

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    4 ++++
 libio/wfileops.c |    4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]