summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-09 13:05:18 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-09 13:05:18 -0400
commit1adf3b9d7e90578daaa897f349062fcb9e917152 (patch)
tree01597370afb0ee6e8dff3043f5d817b7851a5ee2 /gpsd.h-tail
parent0b03372cb8ee2aac64a404dbb23b0833c549553b (diff)
downloadgpsd-1adf3b9d7e90578daaa897f349062fcb9e917152.tar.gz
Visibility scope reduction for some AIS context.
All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index a8c0b9c1..9702788c 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -180,8 +180,6 @@ struct gps_context_t {
struct aivdm_context_t {
/* hold context for decoding AIDVM packet sequences */
int part, await; /* for tracking AIDVM parts in a multipart sequence */
- unsigned char *field[NMEA_MAX];
- unsigned char fieldcopy[NMEA_MAX+1];
unsigned char bits[2048];
char shipname[AIS_SHIPNAME_MAXLEN+1];
size_t bitlen;