From 859f1f8d8d3b2bb96f786d97901aaf791cfd0803 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 6 Jun 2017 07:10:19 +0000 Subject: 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 --- 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 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, -- cgit v1.2.3