summaryrefslogtreecommitdiff
path: root/gpsutils.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-17 04:17:06 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-17 04:17:06 -0400
commita9d25ba3d626104711dd130cfe43cbc98b8cf6cf (patch)
tree4d36dbad98ac5f65ce23981fc2ecdc0b09050848 /gpsutils.c
parent3750afc55ddc2d9c857883cee59a1afa10f191ed (diff)
downloadgpsd-a9d25ba3d626104711dd130cfe43cbc98b8cf6cf.tar.gz
Comment out dead code. All regression tests pass.
Diffstat (limited to 'gpsutils.c')
-rw-r--r--gpsutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsutils.c b/gpsutils.c
index 60c4ae96..523838ab 100644
--- a/gpsutils.c
+++ b/gpsutils.c
@@ -138,7 +138,7 @@ double safe_atof(const char *string)
}
if (mantSize == 0) {
fraction = 0.0;
- p = string;
+ //p = string;
goto done;
} else {
int frac1, frac2;