Remove "next" member from "recur_apoint" structure.
Field seems to be unused. Verify using following spatch: ---- @@ struct recur_apoint *rapt; @@ * rapt->next ---- Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
parent
9fab24818a
commit
0ad23c7a8f
@ -324,7 +324,6 @@ struct rpt {
|
||||
|
||||
/* Recurrent appointment definition. */
|
||||
struct recur_apoint {
|
||||
struct recur_apoint *next;
|
||||
struct rpt *rpt; /* information about repetition */
|
||||
struct days *exc; /* days when the item should not be repeated */
|
||||
long start; /* beggining of the appointment */
|
||||
|
Loading…
x
Reference in New Issue
Block a user