aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-01-18 18:28:56 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-01-18 18:28:56 +0000
commit77bf8a30c07a4ab5690337ed362dae4414e590fb (patch)
tree253c2429541ce9cd2532602f96bea368355cdeb4 /bindings
parenta4bb03e57aa2f8b71840ec384356f6c283989d73 (diff)
parent194031d38a246e1aec441cb6acaaf6915c07b59b (diff)
Merge changes from topic 'spec-2089'guppy_6.99.4guppy/6.99.46.99.4
* changes: hello3: Fix warning unused variable afb-hsrv: Avoid call to getnameinfo jobs: Remove conditionnal REMOVE_SYSTEMD_EVENT jobs: Separate internal threads from others jobs: Refactor event loop handling afb-proto-ws: Serialize incoming message
Diffstat (limited to 'bindings')
-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";