summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-06 07:10:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-06 07:10:19 +0000
commite9c440815ef2db47854fe3a3e282e33d7d209c03 (patch)
treebb0dd7035f385e633be1943f56097724083688b7 /vm_core.h
parentb0c9215f72c571c095bf82c4233af6ff848d48d2 (diff)
revert r59023 because it contans unrelated developping code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59024 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 9757147f6d..a55942e290 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1007,7 +1007,6 @@ enum {
VM_FRAME_FLAG_BMETHOD = 0x0040,
VM_FRAME_FLAG_CFRAME = 0x0080,
VM_FRAME_FLAG_LAMBDA = 0x0100,
- VM_FRAME_FLAG_PROC = 0x0200,
/* env flag */
VM_ENV_FLAG_LOCAL = 0x0002,