mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Remove commented out code
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
8f16ae6289
commit
d031fbf2ea
1 changed files with 0 additions and 13 deletions
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…
Reference in a new issue