Remove commented out code
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
8f16ae6289
commit
d031fbf2ea
13
core/parse.c
13
core/parse.c
@ -15,19 +15,6 @@
|
|||||||
int metric = 1;
|
int metric = 1;
|
||||||
int diveid = -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 };
|
event_allocation_t event_allocation = { .event.deleted = 1 };
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user