From: José Bollo Date: Mon, 8 Aug 2016 11:57:52 +0000 (+0200) Subject: cleanup of unused variables X-Git-Tag: 2.0.2~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9b1f8506d92d34fc51763561421b393aaf040d90;hp=69162a9bf492fea52021e0b8d93454bbf496dedc;p=src%2Fapp-framework-binder.git cleanup of unused variables Change-Id: I895901fb5af2811d79a96aa0baa7981a5c9f9b3a Signed-off-by: José Bollo --- diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c index 0faa60f4..f00707c3 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -51,14 +51,6 @@ static const char *compkeys[32] = { "MHiEc+Qc8w/SJ3zMHEM8pA==", "FVCxLBmoil3gY0jSX3aNJ6kR/t4=" }; -static const char websocket_s[] = "websocket"; -static const char sec_websocket_key_s[] = "Sec-WebSocket-Key"; -static const char sec_websocket_version_s[] = "Sec-WebSocket-Version"; -static const char sec_websocket_accept_s[] = "Sec-WebSocket-Accept"; -static const char sec_websocket_protocol_s[] = "Sec-WebSocket-Protocol"; - -static const char vseparators[] = " \t,"; - /* get randomly a pair of key/accept value */ static void getkeypair(const char **key, const char **ack) {