summaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 17:05:38 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-24 17:05:38 +0000
commitfda0ef6f04fb7cb164bb4409734a1506fd257d78 (patch)
tree039d1faa5c3f91a710f3cbd83181e1bca9b2c466 /id.c
parent8db7c837f9bf69ca0264190f36e78cd5d6b12f84 (diff)
* id.c (Init_id): remove several unused symbols. [ruby-core:14362]
* compile.c (iseq_specialized_instruction): do not use VM_CALL_SEND_BANG flag any longer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'id.c')
-rw-r--r--id.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/id.c b/id.c
index 84499ace34..7e56c47581 100644
--- a/id.c
+++ b/id.c
@@ -63,6 +63,5 @@ Init_id(void)
idAnswer = rb_intern("the_answer_to_life_the_universe_and_everything");
idSend = rb_intern("send");
- idSendBang = rb_intern("send!");
id__send__ = rb_intern("__send__");
}