From 93255fd162455edff3d16de270a7179331eab0de Mon Sep 17 00:00:00 2001 From: fumiama Date: Tue, 4 May 2021 00:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=86=97=E4=BD=99=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server.c b/server.c index 2813982..9e04289 100644 --- a/server.c +++ b/server.c @@ -120,7 +120,6 @@ int send_data(int accept_fd, char *data, size_t length) { int send_all(char* file_path, THREADTIMER *timer) { int re = 1; FILE *fp = openFile(file_path, LOCK_SH, "rb"); - size_t numbytes; if(fp) { timer->fp = fp; timer->is_open = 1;