From a22d16ff4ef581d09c57c304bcd9f751dcb12f53 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 24 Aug 2014 11:08:31 -0400 Subject: Clean up some FIXMEs. All regression tests pass. --- libgps_core.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libgps_core.c') 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 */ -- cgit v1.2.1