remove useless statement

This commit is contained in:
Todd C. Miller
2007-08-23 19:31:29 +00:00
parent 7cea15ef4b
commit 444e77946a

View File

@@ -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)