1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-05 18:20:26 +08:00

删除冗余变量

This commit is contained in:
fumiama
2021-05-04 00:20:19 +08:00
parent 4a227c05e8
commit b4ea5edd10

View File

@@ -131,7 +131,6 @@ int free_after_send(int accept_fd, char *data, size_t length) {
int send_all(THREADTIMER *timer) {
int re = 1;
FILE *fp = open_dict(LOCK_SH);
size_t numbytes;
if(fp) {
timer->fp = fp;
timer->is_open = 1;