* syscall.c (get_scno): Delete unused pid variable.

Signed-off-by: Mike Frysinger <[email protected]>
---
 syscall.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/syscall.c b/syscall.c
index 191127b..d1c8992 100644
--- a/syscall.c
+++ b/syscall.c
@@ -811,7 +811,6 @@ get_scno(struct tcb *tcp)
         */
        int currpers;
        long val;
-       int pid = tcp->pid;
 
        /* Check for 64/32 bit mode. */
        if (upeek(tcp, sizeof(unsigned long)*PT_MSR, &val) < 0)
-- 
1.7.8.5


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to