Remove commented out code

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
Miika Turkia 2017-11-28 21:38:13 +02:00 committed by Lubomir I. Ivanov
parent 8f16ae6289
commit d031fbf2ea

View file

@ -15,19 +15,6 @@
int metric = 1;
int diveid = -1;
/*
static union {
struct event event;
char allocation[sizeof(struct event)+MAX_EVENT_NAME];
} event_allocation = { .event.deleted = 1 };
static event_allocation cur_event = { .event.deleted = 1 };
static inline union {
struct event event;
char allocation[sizeof(struct event)+MAX_EVENT_NAME];
} event_allocation = { .event.deleted = 1 };
#define cur_event event_allocation.event
*/
event_allocation_t event_allocation = { .event.deleted = 1 };