Module Name:    src
Committed By:   martin
Date:           Fri Dec 13 22:10:21 UTC 2019

Modified Files:
        src/usr.sbin/sysinst/arch/i386: md.c

Log Message:
Remove bogus assert.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sysinst/arch/i386/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/arch/i386/md.c
diff -u src/usr.sbin/sysinst/arch/i386/md.c:1.26 src/usr.sbin/sysinst/arch/i386/md.c:1.27
--- src/usr.sbin/sysinst/arch/i386/md.c:1.26	Mon Nov 18 16:05:55 2019
+++ src/usr.sbin/sysinst/arch/i386/md.c	Fri Dec 13 22:10:21 2019
@@ -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 @@ md_gpt_post_write(struct disk_partitions
 {
 	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))

Reply via email to