Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch/i386 Remove bogus assert.
details: https://anonhg.NetBSD.org/src/rev/74a5f66fee02
branches: trunk
changeset: 466142:74a5f66fee02
user: martin <martin%NetBSD.org@localhost>
date: Fri Dec 13 22:10:21 2019 +0000
description:
Remove bogus assert.
diffstat:
usr.sbin/sysinst/arch/i386/md.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 9d0ff9769a9e -r 74a5f66fee02 usr.sbin/sysinst/arch/i386/md.c
--- a/usr.sbin/sysinst/arch/i386/md.c Fri Dec 13 21:46:59 2019 +0000
+++ b/usr.sbin/sysinst/arch/i386/md.c Fri Dec 13 22:10:21 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.26 2019/11/18 16:05:55 martin Exp $ */
+/* $NetBSD: md.c,v 1.27 2019/12/13 22:10:21 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -837,8 +837,6 @@
{
struct disk_part_info info;
- assert(efi_id == NO_PART); /* XXX EFI support still missing */
-
if (root_id != NO_PART) {
/* we always update the gpt boot record for now */
if (!parts->pscheme->get_part_info(parts, root_id, &info))
Home |
Main Index |
Thread Index |
Old Index