aboutsummaryrefslogtreecommitdiff
path: root/loader/cJSON.h
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2016-06-30 11:56:45 +1200
committerChris Forbes <chrisforbes@google.com>2016-06-30 11:56:45 +1200
commit9a78abed622bbc78c1431c6663f5895099ca270e (patch)
tree70ffd14e81b87331a482c3fc152e9f5efe0a1cd0 /loader/cJSON.h
parent6f01c553d3a93e8c505cb8557db1d0ade5eb6645 (diff)
downloadusermoji-9a78abed622bbc78c1431c6663f5895099ca270e.tar.xz
Revert "loader: GH370 - re-enable allocator usage"
This reverts commit aa32dbbf147d86257a0c9e091258e0ea2be5a013. This is broken in both debug and release 64bit linux.
Diffstat (limited to 'loader/cJSON.h')
-rw-r--r--loader/cJSON.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/loader/cJSON.h b/loader/cJSON.h
index cab30515..c6a57be5 100644
--- a/loader/cJSON.h
+++ b/loader/cJSON.h
@@ -84,8 +84,6 @@ extern char *cJSON_PrintUnformatted(cJSON *item);
extern char *cJSON_PrintBuffered(cJSON *item, int prebuffer, int fmt);
/* Delete a cJSON entity and all subentities. */
extern void cJSON_Delete(cJSON *c);
-/* Delete an item allocated inside the JSON parser*/
-extern void cJSON_Free(void *p);
/* Returns the number of items in an array (or object). */
extern int cJSON_GetArraySize(cJSON *array);