Some cleanup in the runtime.

This commit is contained in:
Michael Sullivan 2012-06-18 12:48:47 -07:00
parent 8967a66724
commit b4484d51c1
4 changed files with 9 additions and 8 deletions

View file

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