From: Jose Bollo Date: Mon, 14 Jan 2019 13:40:04 +0000 (+0100) Subject: hello3: Fix warning unused variable X-Git-Tag: 6.99.4^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=194031d38a246e1aec441cb6acaaf6915c07b59b hello3: Fix warning unused variable The variable 'calling' was not used anymore. Change-Id: I3a041cee57b2682374084003415d13a77a554fba Signed-off-by: Jose Bollo --- 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";