File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -125,12 +125,6 @@ typedef struct rb_compile_option_struct {
125
125
#define GetISeqPtr (obj , ptr ) \
126
126
GetCoreDataFromValue(obj, rb_iseq_t, ptr)
127
127
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
-
134
128
struct rb_iseq_struct ;
135
129
136
130
struct rb_iseq_struct {
@@ -221,7 +215,6 @@ struct rb_iseq_struct {
221
215
222
216
/* misc */
223
217
ID defined_method_id ; /* for define_method */
224
- rb_iseq_profile_t profile ;
225
218
226
219
/* used at compile time */
227
220
struct iseq_compile_data * compile_data ;
@@ -299,8 +292,6 @@ typedef struct {
299
292
VALUE proc ; /* cfp[9] / block[4] */
300
293
ID method_id ; /* cfp[10] saved in special case */
301
294
VALUE method_class ; /* cfp[11] saved in special case */
302
- VALUE prof_time_self ; /* cfp[12] */
303
- VALUE prof_time_chld ; /* cfp[13] */
304
295
} rb_control_frame_t ;
305
296
306
297
typedef struct rb_block_struct {
You can’t perform that action at this time.
0 commit comments