diff options
Diffstat (limited to 'tests/libntp/timespecops.c')
-rw-r--r-- | tests/libntp/timespecops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libntp/timespecops.c b/tests/libntp/timespecops.c index 68a472ab5f355..741b1adfe782f 100644 --- a/tests/libntp/timespecops.c +++ b/tests/libntp/timespecops.c @@ -63,8 +63,6 @@ void test_FromLFPrelNeg(void); void test_LFProundtrip(void); void test_ToString(void); -typedef int bool; - const bool timespec_isValid(struct timespec V); struct timespec timespec_init(time_t hi, long lo); l_fp l_fp_init(int32 i, u_int32 f); |