mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* gc.c: remove an unused declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aca87391e9
commit
5aee85cef1
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 10 00:25:03 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
|
||||
|
||||
* gc.c: remove an unused declaration.
|
||||
|
||||
Fri Jun 10 00:24:04 2011 Tadayoshi Funaba <tadf@dotrb.org>
|
||||
|
||||
* rational.c (string_to_r): Rational#** may return flonum.
|
||||
|
|
1
gc.c
1
gc.c
|
@ -491,7 +491,6 @@ rb_objspace_free(rb_objspace_t *objspace)
|
|||
|
||||
#define HEAP_OBJ_LIMIT (HEAP_SIZE / sizeof(struct RVALUE))
|
||||
|
||||
extern VALUE rb_cMutex;
|
||||
extern st_table *rb_class_tbl;
|
||||
|
||||
int ruby_disable_gc_stress = 0;
|
||||
|
|
Loading…
Reference in a new issue