1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* gc.c: remove unused macros.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2014-07-30 06:24:05 +00:00
parent db91d29f7c
commit 2cb8ee942c
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
Wed Jul 30 13:17:35 2014 Koichi Sasada <ko1@atdot.net>
* gc.c: remove unused macros.
Tue Jul 29 22:21:37 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* ext/win32ole/win32ole.c (hash2olerec): ignore WIN32OLE_RECORD

2
gc.c
View file

@ -635,8 +635,6 @@ VALUE *ruby_initial_gc_stress_ptr = &rb_objspace.gc_stress;
#define finalizer_table objspace->finalizer_table
#define global_list objspace->global_list
#define ruby_gc_stress objspace->gc_stress
#define monitor_level objspace->rgengc.monitor_level
#define monitored_object_table objspace->rgengc.monitored_object_table
#define is_lazy_sweeping(heap) ((heap)->sweep_pages != 0)
#if SIZEOF_LONG == SIZEOF_VOIDP