Commit 2cdaafac2ca2586d4334feac24a41d337f275190

ckolivas 2014-01-24T16:20:24

Remove unused variable.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/api.c b/api.c
index 4c1cba4..2b16beb 100644
--- a/api.c
+++ b/api.c
@@ -1940,7 +1940,6 @@ static void ascstatus(struct io_data *io_data, int asc, bool isjson, bool precom
 
 		struct cgpu_info *cgpu = get_devices(dev);
 		float temp = cgpu->temp;
-		struct timeval now;
 		double dev_runtime;
 
 		dev_runtime = cgpu_runtime(cgpu);