Remove "next" member from "apoint" structure.

Field seems to be unused. Verify using following spatch:

----
@@ struct apoint *apt; @@

* apt->next
----

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-04-14 10:44:10 +02:00
parent 77ef3fe76e
commit 1de34587ab

View File

@ -256,7 +256,6 @@ struct date {
/* Appointment definition. */
struct apoint
{
struct apoint *next; /* appointments are stored in a linked-list */
long start; /* seconds since 1 jan 1970 */
long dur; /* duration of the appointment in seconds */