summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-09 18:04:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-09 18:04:00 +0000
commitdee7f16de5a81870bb319c545cbb42e2e7dadc51 (patch)
treee6562c8472c291a76bd8222afdd31ae5219a0a61 /sys
parentf2150152d502683bfa6f45e4203ecd1b024919d1 (diff)
remove a useless comment
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/alpha/disksubr.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c
index 13e1bf7124b..d83af88f3e8 100644
--- a/sys/arch/alpha/alpha/disksubr.c
+++ b/sys/arch/alpha/alpha/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.79 2007/06/09 04:08:39 deraadt Exp $ */
+/* $OpenBSD: disksubr.c,v 1.80 2007/06/09 18:03:59 deraadt Exp $ */
/* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */
/*
@@ -34,12 +34,6 @@
* @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
*/
-/*
- * This disksubr.c module started to take its present form on OpenBSD/alpha
- * but it was always thought it should be made completely MI and not need to
- * be in that alpha-specific tree at all.
- */
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>