Переглянути джерело

core: tcp read - removed unused variable

Daniel-Constantin Mierla 7 роки тому
батько
коміт
c7b93907c9
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/core/tcp_read.c

+ 1 - 1
src/core/tcp_read.c

@@ -1239,7 +1239,7 @@ static int ws_process_msg(char* tcpbuf, unsigned int len,
 static int tcp_read_hep3(struct tcp_connection *c, int* read_flags)
 static int tcp_read_hep3(struct tcp_connection *c, int* read_flags)
 {
 {
 	int bytes;
 	int bytes;
-	uint32_t size, mask_present, len;
+	uint32_t size, len;
 	char *p;
 	char *p;
 	struct tcp_req *r;
 	struct tcp_req *r;