diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-08-20 17:35:27 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-08-23 08:35:38 +0200 |
commit | 369d9bec9837dae5a5fbd8c373429eda91181b1d (patch) | |
tree | 7a2ac2a6bb39f9fcf21e4c5a674e5b69cc60049f | |
parent | 67b047846bd1a7f799072d2edd01cf2d68ad05eb (diff) |
afb-stub-ws: Clean up
Change-Id: I6fbe737d4986fd18f9675942cd7ad75966125343
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-stub-ws.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/afb-stub-ws.c b/src/afb-stub-ws.c index 8475ae61..10b3fc77 100644 --- a/src/afb-stub-ws.c +++ b/src/afb-stub-ws.c @@ -51,16 +51,6 @@ struct afb_stub_ws; /* - * structure for recording calls on client side - */ -struct client_call { - struct client_call *next; /* the next call */ - struct afb_stub_ws *stubws; /* the stub_ws */ - struct afb_xreq *xreq; /* the request handle */ - uint32_t msgid; /* the message identifier */ -}; - -/* * structure for a ws request */ struct server_req { |