aboutsummaryrefslogtreecommitdiff
path: root/src/value.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.c')
-rw-r--r--src/value.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/value.c b/src/value.c
index 94869f4..d27bb12 100644
--- a/src/value.c
+++ b/src/value.c
@@ -67,8 +67,6 @@ json_t *json_object(void)
return NULL;
}
- object->visited = 0;
-
return &object->json;
}
@@ -354,8 +352,6 @@ json_t *json_array(void)
return NULL;
}
- array->visited = 0;
-
return &array->json;
}