Browse Source

parisc: remove unused local out_putf label

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Helge Deller 16 years ago
parent
commit
ddd1f6c66d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/parisc/hpux/fs.c

+ 0 - 1
arch/parisc/hpux/fs.c

@@ -137,7 +137,6 @@ int hpux_getdents(unsigned int fd, struct hpux_dirent __user *dirent, unsigned i
 			error = count - buf.count;
 			error = count - buf.count;
 	}
 	}
 
 
-out_putf:
 	fput(file);
 	fput(file);
 out:
 out:
 	return error;
 	return error;