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:
parent
77ef3fe76e
commit
1de34587ab
@ -256,7 +256,6 @@ struct date {
|
|||||||
/* Appointment definition. */
|
/* Appointment definition. */
|
||||||
struct apoint
|
struct apoint
|
||||||
{
|
{
|
||||||
struct apoint *next; /* appointments are stored in a linked-list */
|
|
||||||
long start; /* seconds since 1 jan 1970 */
|
long start; /* seconds since 1 jan 1970 */
|
||||||
long dur; /* duration of the appointment in seconds */
|
long dur; /* duration of the appointment in seconds */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user