remove MRB_TT_THREAD,MRB_TT_THREADGRP

This commit is contained in:
Yukihiro Matsumoto
2012-07-06 19:52:50 +09:00
parent 84ec555ecd
commit 8268ba2755
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -60,9 +60,7 @@ enum mrb_vtype {
MRB_TT_FILE, /* 21 */
MRB_TT_ENV, /* 22 */
MRB_TT_DATA, /* 23 */
MRB_TT_THREAD, /* 24 */
MRB_TT_THREADGRP, /* 25 */
MRB_TT_MAXDEFINE /* 26 */
MRB_TT_MAXDEFINE /* 24 */
};
typedef struct mrb_value {