diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2019-01-14 14:40:04 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-01-18 11:40:28 +0100 |
commit | 194031d38a246e1aec441cb6acaaf6915c07b59b (patch) | |
tree | a3df70be788c864103c43397d2f28e0d958303c0 /bindings | |
parent | 0c68d46eaaed4558119a7c9a29ebaac6ea579126 (diff) |
hello3: Fix warning unused variable
The variable 'calling' was not used anymore.
Change-Id: I3a041cee57b2682374084003415d13a77a554fba
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/samples/hello3.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |