remove useless statement
This commit is contained in:
1
parse.h
1
parse.h
@@ -149,7 +149,6 @@ struct defaults {
|
|||||||
(h)->last->next = (e); \
|
(h)->last->next = (e); \
|
||||||
else /* if ((h)->next == NULL) */ \
|
else /* if ((h)->next == NULL) */ \
|
||||||
(h)->next = (e); \
|
(h)->next = (e); \
|
||||||
(h)->last = (e); \
|
|
||||||
(h)->last = (e)->last ? (e)->last : (e); \
|
(h)->last = (e)->last ? (e)->last : (e); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user