summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-24 11:08:31 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-24 11:08:31 -0400
commita22d16ff4ef581d09c57c304bcd9f751dcb12f53 (patch)
tree85663df86ac6e2241f3827af33053b0a7939ca7b /libgps_core.c
parent66e01d62eae3c41c23666823e0ac13dd8e65d12b (diff)
downloadgpsd-a22d16ff4ef581d09c57c304bcd9f751dcb12f53.tar.gz
Clean up some FIXMEs. All regression tests pass.
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 567cf254..a222ae13 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -81,7 +81,6 @@ int gps_open(/*@null@*/const char *host,
if (host != NULL && strcmp(host, GPSD_DBUS_EXPORT) == 0) {
/*@i@*/status = gps_dbus_open(gpsdata);
if (status != 0)
- /* FIXME: it would be better not to throw away information here */
status = DBUS_FAILURE;
}
#endif /* DBUS_EXPORT_ENABLE */