summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
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 */