diff options
Diffstat (limited to 'lib/event.c')
-rw-r--r-- | lib/event.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/event.c b/lib/event.c index 55a9c48..d556cd0 100644 --- a/lib/event.c +++ b/lib/event.c @@ -63,10 +63,6 @@ event * ev_new(pool *p) { event *e = ralloc(p, &ev_class); - - e->hook = NULL; - e->data = NULL; - e->n.next = NULL; return e; } |