Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 remove stray continue.



details:   https://anonhg.NetBSD.org/src/rev/1ded5f5d981a
branches:  trunk
changeset: 332450:1ded5f5d981a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 21 16:52:26 2014 +0000

description:
remove stray continue.

diffstat:

 sys/arch/x86/x86/x86_autoconf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0ffc70f2031e -r 1ded5f5d981a sys/arch/x86/x86/x86_autoconf.c
--- a/sys/arch/x86/x86/x86_autoconf.c   Sun Sep 21 16:40:53 2014 +0000
+++ b/sys/arch/x86/x86/x86_autoconf.c   Sun Sep 21 16:52:26 2014 +0000
@@ -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 @@
                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) {



Home | Main Index | Thread Index | Old Index