From 369d9bec9837dae5a5fbd8c373429eda91181b1d Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Mon, 20 Aug 2018 17:35:27 +0200 Subject: [PATCH] afb-stub-ws: Clean up Change-Id: I6fbe737d4986fd18f9675942cd7ad75966125343 Signed-off-by: Jose Bollo --- src/afb-stub-ws.c | 10 ---------- 1 file changed, 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 @@ -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 */ -- 2.16.6