Remove unused code remnants

pull/225/head
Stefan Mititelu 9 years ago
parent 96cd5fcf01
commit 2024f9e37a

@ -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 ***/

@ -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;
}

Loading…
Cancel
Save