Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/stand/ofwboot PR/51015: David Binderman: remo...



details:   https://anonhg.NetBSD.org/src/rev/ef1e5d147f5f
branches:  trunk
changeset: 344451:ef1e5d147f5f
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 30 21:14:54 2016 +0000

description:
PR/51015: David Binderman: remove useless code

diffstat:

 sys/arch/ofppc/stand/ofwboot/mbr.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 4483d1cb3b0a -r ef1e5d147f5f sys/arch/ofppc/stand/ofwboot/mbr.c
--- a/sys/arch/ofppc/stand/ofwboot/mbr.c        Wed Mar 30 20:18:18 2016 +0000
+++ b/sys/arch/ofppc/stand/ofwboot/mbr.c        Wed Mar 30 21:14:54 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbr.c,v 1.4 2012/02/02 21:54:34 phx Exp $      */
+/*     $NetBSD: mbr.c,v 1.5 2016/03/30 21:14:54 christos Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -130,7 +130,6 @@
                }
        }
 
-       recursion--;
        return 0;
 }
 



Home | Main Index | Thread Index | Old Index