Parcourir la source

microblaze: Remove unused variable from ptrace

Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek il y a 15 ans
Parent
commit
af2b021fd6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;
 	unsigned long val = 0;
-	unsigned long copied;
 
 	switch (request) {
 	/* Read/write the word at location ADDR in the registers. */