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:
Lukas Fleischer 2011-04-17 15:56:30 +02:00
parent 9fab24818a
commit 0ad23c7a8f

View File

@ -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 */