Remove unnecessary comment-outed line.

This commit is contained in:
kiyohara 2010-10-30 06:11:18 +00:00
parent 219e815a80
commit 391aa4f282

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.98 2009/11/27 03:23:05 rmind Exp $ */
/* $NetBSD: machdep.c,v 1.99 2010/10/30 06:11:18 kiyohara Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.98 2009/11/27 03:23:05 rmind Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.99 2010/10/30 06:11:18 kiyohara Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@ -157,11 +157,6 @@ initppc(u_long startkernel, u_long endkernel, u_int args, void *btinfo)
ns_per_tick = 1000000000 / ticks_per_sec;
}
/*
* boothowto
*/
/* boothowto = args; */
prep_initppc(startkernel, endkernel, args);
}