bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Miguel Figueiredo
Subject: kern/thread.c (deallocate_here): remove unneeded allocation
Date: Tue, 14 May 2013 22:19:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130413 Icedove/17.0.5

2013-05-14 Miguel Figueiredo <elmig@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

[Prev in Thread] Current Thread [Next in Thread]