Commit 4d3c1a93 authored by funshine's avatar funshine
Browse files

code clean up for cjson

parent 54004a4b
......@@ -29,18 +29,6 @@
#include "strbuf.h"
// static void die(const char *fmt, ...)
// {
// va_list arg;
// va_start(arg, fmt);
// vfprintf(stderr, fmt, arg);
// va_end(arg);
// fprintf(stderr, "\n");
// exit(-1);
// }
int strbuf_init(strbuf_t *s, int len)
{
int size;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment