Skip to content

Commit

Permalink
remove unused ids
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5113 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Jan 5, 2011
1 parent 94e3ea5 commit 0b4fbcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions id.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ Init_id(void)

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__");

Expand Down
2 changes: 0 additions & 2 deletions id.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ extern ID idRangeEachLE;
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;
Expand Down

0 comments on commit 0b4fbcc

Please sign in to comment.