remove all MRB_TT_MAIN from source

This commit is contained in:
Yukihiro Matz Matsumoto
2013-03-26 21:25:00 +09:00
parent 5c6be2e518
commit b1bd62e047
8 changed files with 46 additions and 53 deletions
-1
View File
@@ -419,7 +419,6 @@ obj_iv_p(mrb_value obj)
case MRB_TT_SCLASS:
case MRB_TT_HASH:
case MRB_TT_DATA:
case MRB_TT_MAIN:
return TRUE;
default:
return FALSE;