aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-stub-ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-stub-ws.c')
-rw-r--r--src/afb-stub-ws.c10
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 {