1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-08 01:51:32 +08:00

删除冗余变量

This commit is contained in:
fumiama
2021-05-04 00:21:00 +08:00
parent 343d814560
commit 93255fd162

View File

@@ -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;