summaryrefslogtreecommitdiff
path: root/tests/libntp/lfpfunc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libntp/lfpfunc.c')
-rw-r--r--tests/libntp/lfpfunc.c3
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;