From c35faf28a67a1c45cff7c4593e4c10d5760aeaf5 Mon Sep 17 00:00:00 2001 From: lemoer Date: Sat, 13 Aug 2016 16:44:53 +0200 Subject: [PATCH] respondd: removed unnecessary declaration --- net/respondd/src/respondd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/respondd/src/respondd.c b/net/respondd/src/respondd.c index eb1e5b8..f69c9bc 100644 --- a/net/respondd/src/respondd.c +++ b/net/respondd/src/respondd.c @@ -85,8 +85,6 @@ struct request_schedule { static int64_t now; static struct hsearch_data htab; -void process_request(int sock, char *input, struct sockaddr_in *addr, socklen_t addrlen); - static struct json_object * merge_json(struct json_object *a, struct json_object *b);