From f5ae8836e5463e4ba0237a8ecc86f69599d7d7c9 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 19 May 2021 20:37:16 +0000 Subject: [PATCH] delete useless XXX --- sys/arch/riscv64/riscv64/conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/riscv64/riscv64/conf.c b/sys/arch/riscv64/riscv64/conf.c index 5cf740fb799..1516fe2bef1 100644 --- a/sys/arch/riscv64/riscv64/conf.c +++ b/sys/arch/riscv64/riscv64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2021/05/14 06:48:52 jsg Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2021/05/19 20:37:16 deraadt Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -46,7 +46,6 @@ struct bdevsw bdevsw[] = { - /* XXX no riscv machine will have this but we are using arm64 as a template */ bdev_notdef(), /* */ bdev_swap_init(1,sw), /* 1: swap pseudo-device */ bdev_notdef(), /* 2: was floppy diskette */ -- 2.20.1