From 2024f9e37ae48c152417944f5bac6738c0eb2cc5 Mon Sep 17 00:00:00 2001 From: Stefan Mititelu Date: Wed, 20 Apr 2016 11:48:26 +0200 Subject: [PATCH] Remove unused code remnants --- daemon/aux.h | 3 ++- daemon/call.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/aux.h b/daemon/aux.h index 6bb77dec5..ef9b142ef 100644 --- a/daemon/aux.h +++ b/daemon/aux.h @@ -82,7 +82,8 @@ unsigned int in6_addr_hash(const void *p); int in6_addr_eq(const void *a, const void *b); unsigned int uint32_hash(const void *p); int uint32_eq(const void *a, const void *b); -int guint_cmp(gconstpointer a, gconstpointer b); + + /*** GLIB HELPERS ***/ diff --git a/daemon/call.c b/daemon/call.c index d19515380..d00cc5e55 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -207,7 +207,6 @@ static void call_timer_iterator(void *key, void *val, void *ptr) { // other timeouts not applicable to foreign calls if (IS_FOREIGN_CALL(c)) { - c->deleted = c->ml_deleted = poller_now + cm->conf.delete_delay; goto out; }