mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
tests: remove unused variable in tests/util/ktime-t.c
errors is set but not used - remove it. Change-Id: I00c99ac8b9c61ab2667aecbdf0fd04401d018bf8 Reviewed-on: http://gerrit.openafs.org/7142 Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
cc06d00b21
commit
f971a36968
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user