From a5a123b4f3b02485cd11f365726400c4fbb19528 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 22 Feb 2015 07:19:30 -0500 Subject: Feature removal - delete last remnants of old pre-JSON protocol from libgps. All regression tests pass. Clients are working live. PPS observed on Macx-1. --- libgps_core.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index 637dd204..4ed336cd 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -363,10 +363,6 @@ void libgps_dump_state(struct gps_data_t *collect) if (collect->set & DEVICE_SET) (void)fprintf(debugfp, "DEVICE: Device is '%s', driver is '%s'\n", collect->dev.path, collect->dev.driver); -#ifdef OLDSTYLE_ENABLE - if (collect->set & DEVICEID_SET) - (void)fprintf(debugfp, "GPSD ID is %s\n", collect->dev.subtype); -#endif /* OLDSTYLE_ENABLE */ if (collect->set & DEVICELIST_SET) { int i; (void)fprintf(debugfp, "DEVICELIST:%d devices:\n", -- cgit v1.2.1