Remove is_stateful flag from tydesc. Closes #136

This commit is contained in:
Brian Anderson
2011-09-22 22:15:25 -07:00
parent 33dd7cc854
commit dbd2ee015a
5 changed files with 5 additions and 7 deletions

View File

@@ -201,8 +201,8 @@ static void
debug_tydesc_helper(rust_task *task, type_desc *t)
{
LOG(task, stdlib, " size %" PRIdPTR ", align %" PRIdPTR
", stateful %" PRIdPTR ", first_param 0x%" PRIxPTR,
t->size, t->align, t->is_stateful, t->first_param);
", first_param 0x%" PRIxPTR,
t->size, t->align, t->first_param);
}
extern "C" CDECL void