summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-11 00:56:59 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-11 00:56:59 -0400
commit58cdea90090b69dcafa44c1452454a8d16f107eb (patch)
treeebb6e3a5c18b0d1f017b74d8d2ecaf98d0aa35ff /json.h
parent327e04c51b618d6950b60aa617cd4c4b1f7607e6 (diff)
downloadgpsd-58cdea90090b69dcafa44c1452454a8d16f107eb.tar.gz
Get rid of nullbool default - not used, and it causes a bad smell to Coverity.
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/json.h b/json.h
index c253752a..a90fcc3a 100644
--- a/json.h
+++ b/json.h
@@ -13,8 +13,6 @@ typedef enum {t_integer, t_uinteger, t_real,
t_object, t_structobject, t_array,
t_check} json_type;
-#define nullbool -1 /* not true, not false */
-
struct json_enum_t {
char *name;
int value;