diff options
Diffstat (limited to 'tests/libntp/lfpfunc.c')
-rw-r--r-- | tests/libntp/lfpfunc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libntp/lfpfunc.c b/tests/libntp/lfpfunc.c index cedbb6082a4d..859bb744034a 100644 --- a/tests/libntp/lfpfunc.c +++ b/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; |