cleanup of unused variables
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 8 Aug 2016 11:57:52 +0000 (13:57 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 8 Aug 2016 11:58:58 +0000 (13:58 +0200)
Change-Id: I895901fb5af2811d79a96aa0baa7981a5c9f9b3a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-ws-client.c

index 0faa60f..f00707c 100644 (file)
@@ -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)
 {