projects
/
strace
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f81e38
)
ppc64: drop unused pid variable
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 15 Mar 2012 00:16:13 +0000
(20:16 -0400)
committer
Dmitry V. Levin
<ldv@altlinux.org>
Thu, 15 Mar 2012 01:04:31 +0000
(
01:04
+0000)
* syscall.c (get_scno) [POWERPC64]: Delete unused pid variable.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
syscall.c
patch
|
blob
|
history
diff --git
a/syscall.c
b/syscall.c
index 191127b04be19c417500b0be85129c26a427adad..d1c8992670eb8a4587a134d9b28b9531d66d2bda 100644
(file)
--- 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)