remove useless variable

pull/6/head
Yu Qing 2016-01-29 14:59:28 +08:00
parent 7b9b40d2f5
commit 283f16db7d
1 changed files with 0 additions and 1 deletions

View File

@ -676,7 +676,6 @@ int get_processes(struct fast_process_info **processes, int *count)
int get_sysinfo(struct fast_sysinfo*info) int get_sysinfo(struct fast_sysinfo*info)
{ {
time_t uptime;
int mib[4]; int mib[4];
size_t size; size_t size;
struct loadavg loads; struct loadavg loads;