We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2991190 commit 3a34f0cCopy full SHA for 3a34f0c
apache2/msc_json.c
@@ -313,16 +313,6 @@ static int yajl_end_map(void *ctx)
313
return 1;
314
}
315
316
-static void* yajl_fmalloc(void* ctx, size_t sz)
317
-{
318
- assert(ctx != NULL);
319
- return apr_palloc((apr_pool_t*)ctx, sz);
320
-}
321
-static void yajl_ffree(void* ctx, void* p)
322
323
324
325
-
326
/**
327
* Initialise JSON parser.
328
*/
0 commit comments