Skip to content

Commit 57c4acf

Browse files
committed
* vm_core.h: remove unused frame values.
(fix previous commit miss) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 379bd56 commit 57c4acf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vm_core.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ typedef struct rb_compile_option_struct {
125125
#define GetISeqPtr(obj, ptr) \
126126
GetCoreDataFromValue(obj, rb_iseq_t, ptr)
127127

128-
typedef struct rb_iseq_profile_struct {
129-
VALUE count;
130-
VALUE time_self;
131-
VALUE time_cumu; /* cumulative */
132-
} rb_iseq_profile_t;
133-
134128
struct rb_iseq_struct;
135129

136130
struct rb_iseq_struct {
@@ -221,7 +215,6 @@ struct rb_iseq_struct {
221215

222216
/* misc */
223217
ID defined_method_id; /* for define_method */
224-
rb_iseq_profile_t profile;
225218

226219
/* used at compile time */
227220
struct iseq_compile_data *compile_data;
@@ -299,8 +292,6 @@ typedef struct {
299292
VALUE proc; /* cfp[9] / block[4] */
300293
ID method_id; /* cfp[10] saved in special case */
301294
VALUE method_class; /* cfp[11] saved in special case */
302-
VALUE prof_time_self; /* cfp[12] */
303-
VALUE prof_time_chld; /* cfp[13] */
304295
} rb_control_frame_t;
305296

306297
typedef struct rb_block_struct {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy