afb-stub-ws: Clean up 47/16247/2
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 20 Aug 2018 15:35:27 +0000 (17:35 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 23 Aug 2018 06:35:38 +0000 (08:35 +0200)
Change-Id: I6fbe737d4986fd18f9675942cd7ad75966125343
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
src/afb-stub-ws.c

index 8475ae6..10b3fc7 100644 (file)
 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
  */