summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gf_time.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gf_time.c b/tools/gf_time.c
index 4becc8d..d17a7c2 100644
--- a/tools/gf_time.c
+++ b/tools/gf_time.c
@@ -188,8 +188,6 @@ int main(int argc, char **argv)
if (tmethods[(int)test] == NULL) {
printf("No %s method.\n", tstrings[(int)test]);
} else {
- elapsed = 0;
-
if (test == '0') gf_general_set_zero(&a, w);
if (test == '1') gf_general_set_one(&a, w);
if (test == '2') gf_general_set_two(&a, w);