Module Name: src Committed By: christos Date: Sun Sep 21 16:52:26 UTC 2014
Modified Files: src/sys/arch/x86/x86: x86_autoconf.c Log Message: remove stray continue. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/sys/arch/x86/x86/x86_autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/x86/x86_autoconf.c diff -u src/sys/arch/x86/x86/x86_autoconf.c:1.71 src/sys/arch/x86/x86/x86_autoconf.c:1.72 --- src/sys/arch/x86/x86/x86_autoconf.c:1.71 Tue Jun 10 18:01:40 2014 +++ src/sys/arch/x86/x86/x86_autoconf.c Sun Sep 21 12:52:26 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: x86_autoconf.c,v 1.71 2014/06/10 22:01:40 christos Exp $ */ +/* $NetBSD: x86_autoconf.c,v 1.72 2014/09/21 16:52:26 christos Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: x86_autoconf.c,v 1.71 2014/06/10 22:01:40 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: x86_autoconf.c,v 1.72 2014/09/21 16:52:26 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -423,7 +423,6 @@ findroot(void) for (dv = deviter_first(&di, DEVITER_F_ROOT_FIRST); dv != NULL; dv = deviter_next(&di)) { - continue; if (device_is_a(dv, "fd") && device_class(dv) == DV_DISK) {