summaryrefslogtreecommitdiff
path: root/libgps_shm.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-30 06:21:19 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-30 06:21:19 -0400
commit82cd8cd019dec313938cba222871d32dbe5d449b (patch)
tree78145fc02ad49f37235dc8b1c5d3fa8695859d11 /libgps_shm.c
parentc8014317e6dd0d98dcd4616f039c11317c2d3fe5 (diff)
downloadgpsd-82cd8cd019dec313938cba222871d32dbe5d449b.tar.gz
Re-do runtime dispatch in the client library.
Diffstat (limited to 'libgps_shm.c')
-rw-r--r--libgps_shm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgps_shm.c b/libgps_shm.c
index 39782910..7704730a 100644
--- a/libgps_shm.c
+++ b/libgps_shm.c
@@ -30,7 +30,6 @@ PERMISSIONS
/*@-matchfields@*/
struct privdata_t
{
- enum export_t export_type;
void *shmseg;
};
/*@+matchfields@*/
@@ -64,7 +63,6 @@ int gps_shm_open(/*@out@*/struct gps_data_t *gpsdata)
#else
gpsdata->gps_fd = (void *)(intptr_t)-1;
#endif /* USE_QT */
- PRIVATE(gpsdata)->export_type = shm;
return 0;
}