summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 13:16:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 13:16:37 +0000
commite23d1736797f9b7170c80a7470b8e5cecd308105 (patch)
treedecab29dec4623d153048c82c9f96c70ecd0ac6b /vm_core.h
parent7ebb63f0389c06e05e047b54fb3171b97f210a34 (diff)
revert r46859 and r46860
revert "enum.c: optimize any? object allocations for Array and Hash" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46865 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 ca93e22722..ff54c2928d 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -341,7 +341,6 @@ enum ruby_basic_operators {
BOP_NEQ,
BOP_MATCH,
BOP_FREEZE,
- BOP_EACH,
BOP_LAST_
};