From f69edaae7bbb22601e8b213a342ebd3ba4df780a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 26 Aug 2014 14:15:52 -0400 Subject: Eliminate reverse linkage of gpsd_write. All regression tests pass. --- gpsdecode.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gpsdecode.c') diff --git a/gpsdecode.c b/gpsdecode.c index b65e1f46..67ac16da 100644 --- a/gpsdecode.c +++ b/gpsdecode.c @@ -27,14 +27,6 @@ static unsigned int typelist[32]; * **************************************************************************/ -ssize_t gpsd_write(struct gps_device_t *session, - const char *buf, - const size_t len) -/* pass low-level data to devices straight through */ -{ - return gpsd_serial_write(session, buf, len); -} - void gpsd_report(const int debuglevel, const int errlevel, const char *fmt, ...) { -- cgit v1.2.1