Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/installboot remove dead code



details:   https://anonhg.NetBSD.org/src/rev/1aa5cd93f169
branches:  trunk
changeset: 332444:1aa5cd93f169
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Sep 21 16:33:48 2014 +0000

description:
remove dead code

diffstat:

 sys/arch/mvme68k/stand/installboot/installboot.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r f4b21c92ebd5 -r 1aa5cd93f169 sys/arch/mvme68k/stand/installboot/installboot.c
--- a/sys/arch/mvme68k/stand/installboot/installboot.c  Sun Sep 21 16:32:51 2014 +0000
+++ b/sys/arch/mvme68k/stand/installboot/installboot.c  Sun Sep 21 16:33:48 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: installboot.c,v 1.18 2013/06/23 02:06:05 dholland Exp $ */
+/*     $NetBSD: installboot.c,v 1.19 2014/09/21 16:33:48 christos Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -219,10 +219,6 @@
        }
 
        return (char *)bp;
-
-       if (bp)
-               free((void *)bp);
-       return NULL;
 }
 
 static void



Home | Main Index | Thread Index | Old Index