diff options
Diffstat (limited to 'loader/cJSON.c')
| -rw-r--r-- | loader/cJSON.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/cJSON.c b/loader/cJSON.c index e7266c38..fc3ba049 100644 --- a/loader/cJSON.c +++ b/loader/cJSON.c @@ -88,10 +88,6 @@ void cJSON_Delete(cJSON *c) { } } -void cJSON_Free(void *p) { - cJSON_free(p); -} - /* Parse the input text to generate a number, and populate the result into item. */ static const char *parse_number(cJSON *item, const char *num) { |
