Kick json_type_boolean out of struct json_object.

This commit is contained in:
Eric Haszlakiewicz
2020-05-25 04:04:02 +00:00
parent 5d89fc8a9d
commit d1f83bf5ea
2 changed files with 36 additions and 16 deletions

View File

@@ -97,7 +97,6 @@ struct json_object
struct printbuf *_pb;
union data
{
json_bool c_boolean;
double c_double;
struct
{