Remove unimplemented json_clone()
authorPetri Lehtinen <petri@digip.org>
Tue, 28 Jul 2009 08:37:06 +0000 (11:37 +0300)
committerPetri Lehtinen <petri@digip.org>
Thu, 30 Jul 2009 08:32:27 +0000 (11:32 +0300)
src/jansson.h

index e7bd238..6efc6db 100644 (file)
@@ -52,8 +52,6 @@ json_t *json_true(void);
 json_t *json_false(void);
 json_t *json_null(void);
 
-json_t *json_clone(json_t *json);
-
 static inline json_t *json_incref(json_t *json)
 {
     if(json)