aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-10 18:22:23 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-10 18:22:23 +0000
commit24d156f499b3b0113e7ca5db37b692c45debceba (patch)
treefddc85460ca03137a8574137860a4d4bb9faf6eb
parenta6de7b79d998199f4efde818c633856e53be9a2c (diff)
downloadsrc-24d156f499b3b0113e7ca5db37b692c45debceba.tar.gz
src-24d156f499b3b0113e7ca5db37b692c45debceba.zip
Remove redundant line of code.
PR: 9364 Submitted by: Daniel C. Sobral <dcs@newsguy.com>
Notes
Notes: svn path=/head/; revision=42488
-rw-r--r--sys/boot/i386/libi386/biosdisk.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c
index 8858d7b3ad25..8b102aefbd5d 100644
--- a/sys/boot/i386/libi386/biosdisk.c
+++ b/sys/boot/i386/libi386/biosdisk.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: biosdisk.c,v 1.18 1998/11/13 23:40:02 msmith Exp $
+ * $Id: biosdisk.c,v 1.19 1999/01/09 02:36:19 msmith Exp $
*/
/*
@@ -174,7 +174,6 @@ bd_init(void)
/* XXX we need "disk aliases" to make this simpler */
printf("BIOS drive %c: is disk%d\n",
(unit < 0x80) ? ('A' + unit) : ('C' + unit - 0x80), nbdinfo);
- bdinfo[nbdinfo].bd_unit = unit;
nbdinfo++;
}
}