]> granicus.if.org Git - sudo/commitdiff
remove useless statement
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Aug 2007 19:31:29 +0000 (19:31 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 23 Aug 2007 19:31:29 +0000 (19:31 +0000)
parse.h

diff --git a/parse.h b/parse.h
index 2ce3ae62104530989b8b7aaed590cbd29b6a6eb3..2aa9cec7f4f65da11b28888eae49f92fbbdd5983 100644 (file)
--- a/parse.h
+++ b/parse.h
@@ -149,7 +149,6 @@ struct defaults {
        (h)->last->next = (e);                          \
     else /* if ((h)->next == NULL) */                  \
        (h)->next = (e);                                \
-    (h)->last = (e);                                   \
     (h)->last = (e)->last ? (e)->last : (e);           \
 } while (0)