* posix/regexec.c (find_recover_state): Remove unnecessary
authorUlrich Drepper <drepper@redhat.com>
Wed, 7 Sep 2005 07:16:24 +0000 (07:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 7 Sep 2005 07:16:24 +0000 (07:16 +0000)
initialization.

ChangeLog
posix/regexec.c

index 779b363..7371ebc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-07  Ulrich Drepper  <drepper@redhat.com>
+
+       * posix/regexec.c (find_recover_state): Remove unnecessary
+       initialization.
+
 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
 
        * timezone/africa: Update from tzdata2005m.
index f6747a2..e0b4b17 100644 (file)
@@ -2405,7 +2405,7 @@ find_recover_state (err, mctx)
      reg_errcode_t *err;
      re_match_context_t *mctx;
 {
-  re_dfastate_t *cur_state = NULL;
+  re_dfastate_t *cur_state;
   do
     {
       int max = mctx->state_log_top;