Module Name: src
Committed By: christos
Date: Sun Sep 21 16:33:48 UTC 2014
Modified Files:
src/sys/arch/mvme68k/stand/installboot: installboot.c
Log Message:
remove dead code
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 \
src/sys/arch/mvme68k/stand/installboot/installboot.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/mvme68k/stand/installboot/installboot.c
diff -u src/sys/arch/mvme68k/stand/installboot/installboot.c:1.18 src/sys/arch/mvme68k/stand/installboot/installboot.c:1.19
--- src/sys/arch/mvme68k/stand/installboot/installboot.c:1.18 Sat Jun 22 22:06:05 2013
+++ src/sys/arch/mvme68k/stand/installboot/installboot.c Sun Sep 21 12:33:48 2014
@@ -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 @@ loadprotoblocks(char *fname, size_t *siz
}
return (char *)bp;
-
- if (bp)
- free((void *)bp);
- return NULL;
}
static void