X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-stub-ws.c;h=10b3fc7757794cf22f008f9b58df72b4e45b4a53;hb=369d9bec9837dae5a5fbd8c373429eda91181b1d;hp=8475ae6139abaecc4fbea67bba42ec7d78d40fbf;hpb=67b047846bd1a7f799072d2edd01cf2d68ad05eb;p=src%2Fapp-framework-binder.git 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 */