rt: rust_task_thread isn't ref counted

This commit is contained in:
Brian Anderson
2012-03-01 21:19:12 -08:00
parent 084a699a7a
commit b6c57dbba2
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ rust_task_thread::rust_task_thread(rust_scheduler *sched,
rust_srv *srv,
int id) :
rust_thread(SCHED_STACK_SIZE),
ref_count(1),
_log(srv, this),
log_lvl(log_debug),
srv(srv),