summary refs log tree commit
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-25 04:49:34 +0000
committerNobuyoshi Nakada <nobu@ruby-lang.org>2011-07-07 12:12:03 +0900
commitf6620540a77339024133578b1c55ae37dc611c1f (patch)
treef185f29df9594185fedd21bc3f82ff6e5e7a134c
parentb7878175cc34275c4a2b47236c36853a2760bf0d (diff)
downloadruby-json-f6620540a77339024133578b1c55ae37dc611c1f.tar.gz
* ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/json/ext/generator/generator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/ext/generator/generator.h b/ext/json/ext/generator/generator.h
index ca976cd..ee496fe 100644
--- a/ext/json/ext/generator/generator.h
+++ b/ext/json/ext/generator/generator.h
@@ -67,7 +67,6 @@ static char *fstrndup(const char *ptr, unsigned long len);
 static FBuffer *fbuffer_alloc();
 static FBuffer *fbuffer_alloc_with_length(unsigned long initial_length);
 static void fbuffer_free(FBuffer *fb);
-static void fbuffer_free_only_buffer(FBuffer *fb);
 static void fbuffer_clear(FBuffer *fb);
 static void fbuffer_append(FBuffer *fb, const char *newstr, unsigned long len);
 static void fbuffer_append_long(FBuffer *fb, long number);