Module: xenomai-head
Branch: master
Commit: 4b061ce6cfbe7578cfd9ad628f36d8a8d3ec1aaa
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=4b061ce6cfbe7578cfd9ad628f36d8a8d3ec1aaa

Author: Philippe Gerum <r...@xenomai.org>
Date:   Tue Oct 19 09:21:15 2010 +0200

posix: remove unused variable

---

 ksrc/skins/posix/syscall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ksrc/skins/posix/syscall.c b/ksrc/skins/posix/syscall.c
index be5bbb0..13e7472 100644
--- a/ksrc/skins/posix/syscall.c
+++ b/ksrc/skins/posix/syscall.c
@@ -441,7 +441,7 @@ static int __pthread_set_name_np(struct pt_regs *regs)
 static int __pthread_kill(struct pt_regs *regs)
 {
        struct pse51_hkey hkey;
-       pthread_t k_tid, curr;
+       pthread_t k_tid;
        int sig, ret;
 
        hkey.u_tid = __xn_reg_arg1(regs);


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to