Browse Source

Bugfix: cairnsmore: Silence irrelevant compiler warning

Luke Dashjr 13 years ago
parent
commit
063fd0ad1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-cairnsmore.c

+ 1 - 1
driver-cairnsmore.c

@@ -79,7 +79,7 @@ bool cairnsmore_supports_dynclock(int fd)
 {
 	if (!cairnsmore_send_cmd(fd, 0, 1, true))
 		return false;
-	struct timeval tv_start, tv_finish, elapsed;
+	struct timeval tv_start, elapsed;
 	gettimeofday(&tv_start, NULL);
 	if (!cairnsmore_send_cmd(fd, 0, 1, true))
 		return false;