1
0
mirror of https://github.com/lxsang/antd-tunnel-plugin synced 2024-07-01 13:09:46 +02:00

clean cod

This commit is contained in:
lxsang 2021-01-03 12:31:48 +01:00
parent fc33873d19
commit 34cdfb996e
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@ -1116,7 +1116,6 @@ void *handle(void *rq_data)
return task;
}
task->handle = handle;
task->type = HEAVY;
task->access_time = time(NULL);
return task;
}