mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/json/generator/generator.c (fbuffer_free): unused.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0598d27ff
commit
514a5b3b71
2 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
Sat Dec 25 10:49:56 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Sat Dec 25 10:51:03 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/json/generator/generator.c (fbuffer_free): unused.
|
||||
|
||||
* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.
|
||||
|
||||
|
|
|
@ -318,11 +318,6 @@ static void fbuffer_free(FBuffer *fb)
|
|||
ruby_xfree(fb);
|
||||
}
|
||||
|
||||
static void fbuffer_free_only_buffer(FBuffer *fb)
|
||||
{
|
||||
ruby_xfree(fb);
|
||||
}
|
||||
|
||||
static void fbuffer_clear(FBuffer *fb)
|
||||
{
|
||||
fb->len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue