summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-19 06:48:33 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-19 06:48:33 +0000
commita77182a1299a50c1755fbe6d37656f009cd4ba68 (patch)
tree6c625743254b27fffdf8ccc8b4dd4f8ac6cbf5da /json.h
parent98e5d53668d9b9c11dab4e7c703d2d2166398cfe (diff)
downloadgpsd-a77182a1299a50c1755fbe6d37656f009cd4ba68.tar.gz
Removed unused member.
Diffstat (limited to 'json.h')
-rw-r--r--json.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/json.h b/json.h
index eaf13168..d4148cf2 100644
--- a/json.h
+++ b/json.h
@@ -43,7 +43,6 @@ struct json_attr_t {
} string;
bool *boolean;
struct json_array_t array;
- int offset;
} addr;
union {
int integer;