diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-14 18:55:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-05-14 18:55:42 +0000 |
commit | 410d6152bc3883e0e4df720eb78f599ce6531fce (patch) | |
tree | 547343848121738b19832d7731e0b8d87b8c1c69 /sys | |
parent | ca9985cb791e4e73b27c45963dae91e8ee143f9d (diff) |
Remove unused local.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/stand/sgivol/sgivol.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/stand/sgivol/sgivol.c b/sys/arch/sgi/stand/sgivol/sgivol.c index 8120d3bad20..888e1cb471f 100644 --- a/sys/arch/sgi/stand/sgivol/sgivol.c +++ b/sys/arch/sgi/stand/sgivol/sgivol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sgivol.c,v 1.13 2009/02/10 03:13:20 jsing Exp $ */ +/* $OpenBSD: sgivol.c,v 1.14 2009/05/14 18:55:41 miod Exp $ */ /* $NetBSD: sgivol.c,v 1.8 2003/11/08 04:59:00 sekiya Exp $ */ /*- @@ -514,8 +514,6 @@ modify_partition(void) void write_volhdr(void) { - int i; - checksum_vol(); if (!quiet) |