aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2019-01-14 14:40:04 +0100
committerLoïc Collignon <loic.collignon@iot.bzh>2019-02-27 17:54:25 +0100
commite2dd08ca88415162194368e3134772f21d15a5de (patch)
tree77ddd2a7eb0275dd7af0b8c2bcb8a56d4167147c
parent87a37be37b2e064d643b7af9661a5e8ac01db835 (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>
-rw-r--r--bindings/samples/hello3.c1
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";