From 194031d38a246e1aec441cb6acaaf6915c07b59b Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 14 Jan 2019 14:40:04 +0100 Subject: [PATCH] hello3: Fix warning unused variable The variable 'calling' was not used anymore. Change-Id: I3a041cee57b2682374084003415d13a77a554fba Signed-off-by: Jose Bollo --- bindings/samples/hello3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/samples/hello3.c b/bindings/samples/hello3.c index 131e0e43..1d7c1954 100644 --- a/bindings/samples/hello3.c +++ b/bindings/samples/hello3.c @@ -627,7 +627,6 @@ static void in_after (afb_req_t request) char *te; double td; struct timespec t; - void (*calling)(afb_req_t); /* get the type */ ty = afb_req_value(request, "type") ?: "call"; -- 2.16.6