summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-17 07:16:50 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-10-17 07:16:50 +0000
commite88fd0606b00c6f796d6ce341f400c9f90b90ca1 (patch)
tree34d8a99e6da9eb95e645116f0f27a14c04b1f60c /vm_core.h
parent1b43644edc85a93bfc9228588c065c87f975cd93 (diff)
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
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 919d19948a..78de294b07 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
};