Module: xenomai-forge
Branch: next
Commit: cdf81de6484df7cc35a395e3aab70802a6f79574
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=cdf81de6484df7cc35a395e3aab70802a6f79574

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Tue Oct  1 10:24:57 2013 +0200

cobalt/posix/thread: Remove unused local variable

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 kernel/cobalt/posix/thread.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/kernel/cobalt/posix/thread.c b/kernel/cobalt/posix/thread.c
index a8b3db8..0c1243f 100644
--- a/kernel/cobalt/posix/thread.c
+++ b/kernel/cobalt/posix/thread.c
@@ -209,7 +209,6 @@ EXPORT_SYMBOL_GPL(cobalt_thread_find_local);
 
 struct cobalt_thread *cobalt_thread_lookup(unsigned long pth) /* nklocked, 
IRQs off */
 {
-       struct cobalt_thread *thread;
        struct cobalt_local_hkey hkey;
 
        hkey.u_pth = pth;


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to