mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* ext/json/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
This commit is contained in:
		
							parent
							
								
									4a722bd73a
								
							
						
					
					
						commit
						03ca479728
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -20,7 +20,8 @@ Sat Dec 25 11:02:52 2010  Nobuyoshi Nakada  <nobu@ruby-lang.org> | ||||||
| 
 | 
 | ||||||
| Sat Dec 25 10:51:03 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/json/generator/generator.{c,h} (fbuffer_free_only_buffer): | ||||||
|  | 	  unused. | ||||||
| 
 | 
 | ||||||
| 	* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts. | 	* ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts. | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -67,7 +67,6 @@ static char *fstrndup(const char *ptr, unsigned long len); | ||||||
| static FBuffer *fbuffer_alloc(); | static FBuffer *fbuffer_alloc(); | ||||||
| static FBuffer *fbuffer_alloc_with_length(unsigned long initial_length); | static FBuffer *fbuffer_alloc_with_length(unsigned long initial_length); | ||||||
| static void fbuffer_free(FBuffer *fb); | static void fbuffer_free(FBuffer *fb); | ||||||
| static void fbuffer_free_only_buffer(FBuffer *fb); |  | ||||||
| static void fbuffer_clear(FBuffer *fb); | static void fbuffer_clear(FBuffer *fb); | ||||||
| static void fbuffer_append(FBuffer *fb, const char *newstr, unsigned long len); | static void fbuffer_append(FBuffer *fb, const char *newstr, unsigned long len); | ||||||
| static void fbuffer_append_long(FBuffer *fb, long number); | static void fbuffer_append_long(FBuffer *fb, long number); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 nobu
						nobu