summaryrefslogtreecommitdiff
path: root/gpsdecode.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-26 14:15:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-26 14:16:37 -0400
commitf69edaae7bbb22601e8b213a342ebd3ba4df780a (patch)
treef18329843847262d2467c52a764c665c1e6cba2b /gpsdecode.c
parentfcf435a2c28f855f91bc08a6dcab72d0b12bfb67 (diff)
downloadgpsd-f69edaae7bbb22601e8b213a342ebd3ba4df780a.tar.gz
Eliminate reverse linkage of gpsd_write. All regression tests pass.
Diffstat (limited to 'gpsdecode.c')
-rw-r--r--gpsdecode.c8
1 files changed, 0 insertions, 8 deletions
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, ...)
{