summaryrefslogtreecommitdiff
path: root/json_object_private.h
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2020-05-25 03:44:56 +0000
committerEric Haszlakiewicz <erh+git@nimenees.com>2020-05-25 03:44:56 +0000
commit02b687b9a6e535591a360f109d1825db9a5a6b52 (patch)
treebae804c292c329814131e74aae92d12e796392b6 /json_object_private.h
parent853b4b5dee4ca26a58f0b71944fa725c4a45ff0a (diff)
downloadjson-c-02b687b9a6e535591a360f109d1825db9a5a6b52.tar.gz
Kick json_type_array out of struct json_object; re-enable the test_deep_copy test.
Diffstat (limited to 'json_object_private.h')
-rw-r--r--json_object_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/json_object_private.h b/json_object_private.h
index b6dfe0d..45e7bc6 100644
--- a/json_object_private.h
+++ b/json_object_private.h
@@ -108,7 +108,6 @@ struct json_object
} cint;
enum json_object_int_type cint_type;
} c_int;
- struct array_list *c_array;
struct
{
union