From e88fd0606b00c6f796d6ce341f400c9f90b90ca1 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 17 Oct 2018 07:16:50 +0000 Subject: Remove the level information from throw instruction It is no longer used. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index 919d199..78de294 100644 --- a/vm_core.h +++ b/vm_core.h @@ -194,7 +194,6 @@ enum ruby_tag_type { enum ruby_vm_throw_flags { VM_THROW_NO_ESCAPE_FLAG = 0x8000, - VM_THROW_LEVEL_SHIFT = 16, VM_THROW_STATE_MASK = 0xff }; -- cgit v1.1