[macruby-changes] [5113] MacRuby/trunk
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jan 4 20:59:14 PST 2011
Revision: 5113
http://trac.macosforge.org/projects/ruby/changeset/5113
Author: lsansonetti at apple.com
Date: 2011-01-04 20:59:09 -0800 (Tue, 04 Jan 2011)
Log Message:
-----------
remove unused ids
Modified Paths:
--------------
MacRuby/trunk/id.c
MacRuby/trunk/id.h
Modified: MacRuby/trunk/id.c
===================================================================
--- MacRuby/trunk/id.c 2011-01-04 04:11:50 UTC (rev 5112)
+++ MacRuby/trunk/id.c 2011-01-05 04:59:09 UTC (rev 5113)
@@ -130,9 +130,6 @@
idThrowState = rb_intern("#__ThrowState__");
- idBitblt = rb_intern("bitblt");
- idAnswer = rb_intern("the_answer_to_life_the_universe_and_everything");
-
idSend = rb_intern("send");
id__send__ = rb_intern("__send__");
Modified: MacRuby/trunk/id.h
===================================================================
--- MacRuby/trunk/id.h 2011-01-04 04:11:50 UTC (rev 5112)
+++ MacRuby/trunk/id.h 2011-01-05 04:59:09 UTC (rev 5113)
@@ -46,8 +46,6 @@
extern ID idArrayEach;
extern ID idTimes;
extern ID idEnd;
-extern ID idBitblt;
-extern ID idAnswer;
extern ID idSend;
extern ID id__send__;
extern ID idRespond_to;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110104/d0b5e826/attachment.html>
More information about the macruby-changes
mailing list