From: Jose Bollo Date: Mon, 20 Aug 2018 15:35:27 +0000 (+0200) Subject: afb-stub-ws: Clean up X-Git-Tag: flounder_5.99.4~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=369d9bec9837dae5a5fbd8c373429eda91181b1d afb-stub-ws: Clean up Change-Id: I6fbe737d4986fd18f9675942cd7ad75966125343 Signed-off-by: Jose Bollo --- 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 @@ -50,16 +50,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 */