diff options
Diffstat (limited to 'contrib/ntp/tests/libntp/lfpfunc.c')
-rw-r--r-- | contrib/ntp/tests/libntp/lfpfunc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/ntp/tests/libntp/lfpfunc.c b/contrib/ntp/tests/libntp/lfpfunc.c index cedbb60..859bb74 100644 --- a/contrib/ntp/tests/libntp/lfpfunc.c +++ b/contrib/ntp/tests/libntp/lfpfunc.c @@ -21,9 +21,6 @@ } -typedef int bool; // typedef enum { FALSE, TRUE } boolean; -> can't use this because TRUE and FALSE are already defined - - typedef struct { uint32_t h, l; } lfp_hl; |