summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-22 09:57:30 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-22 09:57:30 -0800
commit0dae5d4ec1740b511af97c600df1ceea37ada73d (patch)
treeb85005736370e34b096de29b377a063c71e4d557 /ChangeLog
parent22364644882b6cf426ed13be5b6480c3a9210eb1 (diff)
regex_internal.c: remove useless variable and the code to set it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98c36d5012..01257e6753 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-22 Jim Meyering <jim@meyering.net>
+ [BZ #11185]
+ * posix/regex_internal.c (re_string_reconstruct): Remove declaration
+ and stores into set-but-not-used local, "q".
+
[BZ #11184]
* posix/regex_internal.c (re_dfa_add_node): Extend the overflow
detection test. Patch by Paul Eggert.