diff options
author | Michael Kaufmann <mail@michael-kaufmann.ch> | 2017-05-20 19:39:51 +0200 |
---|---|---|
committer | Michael Kaufmann <mail@michael-kaufmann.ch> | 2017-05-24 22:56:22 +0200 |
commit | 8ab22a74533acee61af31c48e75269822f408cb4 (patch) | |
tree | 24025f8450cf3b72eb5bf9316c1212b0a571363c /tests/libtest/testutil.h | |
parent | b4d87f54d60711e936fefae388d741b281eecdf0 (diff) | |
download | curl-8ab22a74533acee61af31c48e75269822f408cb4.tar.gz |
time: fix type conversions and compiler warnings
Fix bugs and compiler warnings on systems with 32-bit long and
64-bit time_t.
Reviewed-by: Daniel Stenberg
Closes #1499
Diffstat (limited to 'tests/libtest/testutil.h')
-rw-r--r-- | tests/libtest/testutil.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/testutil.h b/tests/libtest/testutil.h index 0bc5e03b7..f2aeae642 100644 --- a/tests/libtest/testutil.h +++ b/tests/libtest/testutil.h @@ -40,8 +40,6 @@ long tutil_tvdiff(struct timeval t1, struct timeval t2); */ double tutil_tvdiff_secs(struct timeval t1, struct timeval t2); -long tutil_tvlong(struct timeval t1); - #endif /* HEADER_CURL_LIBTEST_TESTUTIL_H */ |