microblaze: Remove unused variable from ptrace

Patch b3c1e01a09 should do it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
Michal Simek 2010-04-07 11:44:00 +02:00
parent 7a325aa26c
commit af2b021fd6
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
{
int rval;
unsigned long val = 0;
unsigned long copied;
switch (request) {
/* Read/write the word at location ADDR in the registers. */