Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/stand/common remove unused var
details: https://anonhg.NetBSD.org/src/rev/b1e66749cadb
branches: trunk
changeset: 326229:b1e66749cadb
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 22 16:27:01 2014 +0000
description:
remove unused var
diffstat:
sys/arch/ews4800mips/stand/common/fileread_bfs.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 2a508171660c -r b1e66749cadb sys/arch/ews4800mips/stand/common/fileread_bfs.c
--- a/sys/arch/ews4800mips/stand/common/fileread_bfs.c Wed Jan 22 15:23:06 2014 +0000
+++ b/sys/arch/ews4800mips/stand/common/fileread_bfs.c Wed Jan 22 16:27:01 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fileread_bfs.c,v 1.2 2008/04/28 20:23:18 martin Exp $ */
+/* $NetBSD: fileread_bfs.c,v 1.3 2014/01/22 16:27:01 christos Exp $ */
/*-
* Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -49,11 +49,10 @@
struct ux_partition *partition = vtoc->partition;
struct bfs_inode *inode = (void *)SDBOOT_INODEADDR;
struct bfs_dirent *dirent = (void *)SDBOOT_DIRENTADDR;
- int i, n, err, block_size, bfs_sector;
+ int i, n, err, bfs_sector;
if (pdinfo->magic != PDINFO_MAGIC)
return BERR_PDINFO;
- block_size = pdinfo->geometory.bytes_per_sector;
#if 0
{
Home |
Main Index |
Thread Index |
Old Index