Skip to content

Commit ff55280

Browse files
committed
Remove useless reserved field in vm_throw_data
1 parent a81e558 commit ff55280

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/imemo.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ struct vm_svar {
5757
/*! THROW_DATA */
5858
struct vm_throw_data {
5959
VALUE flags;
60-
VALUE reserved;
6160
const VALUE throw_obj;
6261
const struct rb_control_frame_struct *catch_frame;
6362
int throw_state;

0 commit comments

Comments
 (0)