about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--stdio-common/scanf13.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de5289a4e5..5aba2e5aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-10-30  Ulrich Drepper  <drepper@redhat.com>
 
+	* stdio-common/scanf13.c (main): Remove unused variable wbuf.
+
 	* stdlib/tst-strtol.c (tests): Mark one more constant as unsigned
 	to avoid warning.
 	* stdlib/tst-strtoll.c (tests): Likewise.
diff --git a/stdio-common/scanf13.c b/stdio-common/scanf13.c
index e53cde29c7..720224aa05 100644
--- a/stdio-common/scanf13.c
+++ b/stdio-common/scanf13.c
@@ -11,7 +11,6 @@ main (void)
   wchar_t *lsp1, *lsp2, *lsp3, *lsp4;
   int result = 0;
   char buf[2048+64];
-  wchar_t wbuf[2048+64];
   size_t i;
 
 #define FAIL() \