2013-05-14 Miguel Figueiredo <el...@debianpt.org>

* kern/thread.c (deallocate_here): remove unneeded allocation

diff --git a/kern/thread.c b/kern/thread.c
index 87be923..838036f 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -862,7 +862,7 @@ void
 thread_force_terminate(
        register thread_t       thread)
 {
-       boolean_t       deallocate_here = FALSE;
+       boolean_t       deallocate_here;
        spl_t s;

        ipc_thread_disable(thread);

--
Melhores cumprimentos/Best regards,

Miguel Figueiredo

Reply via email to