Skip to content

Commit

Permalink
Merge pull request #459 from hugovk/rm-unused
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
hugovk committed Apr 12, 2021
2 parents 1f79ff2 + f2d79b8 commit e999525
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ultrajsonenc.c
Expand Up @@ -73,7 +73,6 @@ The extra 2 bytes are for the quotes around the string
*/
#define RESERVE_STRING(_len) (2 + ((_len) * 6))

static const double g_pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000, 100000000000, 1000000000000, 10000000000000, 100000000000000, 1000000000000000};
static const char g_hexChars[] = "0123456789abcdef";
static const char g_escapeChars[] = "0123456789\\b\\t\\n\\f\\r\\\"\\\\\\/";

Expand Down

0 comments on commit e999525

Please sign in to comment.