Selaa lähdekoodia

microblaze: Remove unused variable from ptrace

Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek 15 vuotta sitten
vanhempi
commit
af2b021fd6
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      arch/microblaze/kernel/ptrace.c

+ 0 - 1
arch/microblaze/kernel/ptrace.c

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