summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
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;