summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2009-11-22 00:20:46 +0100
committerFlorian Frank <flori@ping.de>2009-11-22 00:20:46 +0100
commit67e34c95f98c3c0f2fc404c5d02c9753be15d33b (patch)
treeae0cd358391b266cd9e5e14223d3a684ee9ded59
parent2f5a78ad1ff32d19d63699729e95880a16a5ff36 (diff)
downloadjson-67e34c95f98c3c0f2fc404c5d02c9753be15d33b.tar.gz
deleted line
-rw-r--r--ext/json/ext/generator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/ext/generator.c b/ext/json/ext/generator.c
index a3fd465..8beca18 100644
--- a/ext/json/ext/generator.c
+++ b/ext/json/ext/generator.c
@@ -308,7 +308,6 @@ static FBuffer *fbuffer_alloc_with_length(unsigned int initial_length)
return fb;
}
-
static void fbuffer_free(FBuffer *fb)
{
if (fb->ptr) ruby_xfree(fb->ptr);