* vm_core.h: remove a useless declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
02d5868962
commit
ce45744254
@ -1,3 +1,7 @@
|
|||||||
|
Tue Jul 7 03:47:26 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* vm_core.h: remove a useless declaration.
|
||||||
|
|
||||||
Tue Jul 7 03:33:20 2015 Koichi Sasada <ko1@atdot.net>
|
Tue Jul 7 03:33:20 2015 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
|
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
|
||||||
|
@ -218,8 +218,6 @@ typedef struct rb_iseq_location_struct {
|
|||||||
VALUE first_lineno; /* TODO: may be unsigned short */
|
VALUE first_lineno; /* TODO: may be unsigned short */
|
||||||
} rb_iseq_location_t;
|
} rb_iseq_location_t;
|
||||||
|
|
||||||
struct rb_iseq_struct;
|
|
||||||
|
|
||||||
struct rb_iseq_struct {
|
struct rb_iseq_struct {
|
||||||
/***************/
|
/***************/
|
||||||
/* static data */
|
/* static data */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user