tests: remove unused variable in tests/util/ktime-t.c
[openafs.git] / tests / util / ktime-t.c
index fefbcb3..d9793bb 100644 (file)
@@ -66,7 +66,6 @@ main(void)
 {
     long code;
     afs_int32 temp;
-    int errors;
     time_t t;
     struct testTime *tt;
 
@@ -76,7 +75,6 @@ main(void)
      * work in other than EST */
     putenv("TZ=EST");
 
-    errors = 0;
     for (tt = testTimes; tt->time; tt++) {
        temp = 0;
        code = ktime_DateToLong(tt->time, &temp);