Преглед на файлове

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)
 {
 	int bytes;
-	uint32_t size, mask_present, len;
+	uint32_t size, len;
 	char *p;
 	struct tcp_req *r;