summaryrefslogtreecommitdiff
path: root/navcom.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-01-17 00:13:48 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-01-17 00:13:48 +0000
commit2b928c59b283639fe4f43fb8892408f8d11b45f0 (patch)
treef0a899fbcbe9b133e0fbd101f47cd38cff7a80b9 /navcom.c
parentc4fa7cecb498687f01257aecbc791056e4a70081 (diff)
downloadgpsd-2b928c59b283639fe4f43fb8892408f8d11b45f0.tar.gz
the autoconf documentation (section 5.10.2) says...
...that these tests work even when cross-compiling.
Diffstat (limited to 'navcom.c')
-rw-r--r--navcom.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/navcom.c b/navcom.c
index ca32eb31..7db4e432 100644
--- a/navcom.c
+++ b/navcom.c
@@ -608,14 +608,6 @@ static gps_mask_t handle_0xb0(struct gps_device_t *session)
return 0; /* Raw measurements not yet implemented in gpsd */
}
-/*
- * XXX we probably shouldn't be assuming this, but we don't have
- * XXX any alternate codepaths anywhere else in the daemon, and
- * XXX the *preprocessor* can't tell us either...
- */
-#define SIZEOF_DOUBLE 8
-#define SIZEOF_FLOAT 4
-
/* Pseudorange Noise Statistics */
#if (SIZEOF_DOUBLE == 8)
static gps_mask_t handle_0xb5(struct gps_device_t *session)