Skip to content

Commit 3a34f0c

Browse files
Remove unused functions
1 parent 2991190 commit 3a34f0c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

apache2/msc_json.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -313,16 +313,6 @@ static int yajl_end_map(void *ctx)
313313
return 1;
314314
}
315315

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-
assert(ctx != NULL);
324-
}
325-
326316
/**
327317
* Initialise JSON parser.
328318
*/

0 commit comments

Comments
 (0)