From 28df9f40886f2f7afcaed49d6fb7661e26495a02 Mon Sep 17 00:00:00 2001 From: Visa Hankala Date: Thu, 7 Oct 2021 12:31:04 +0000 Subject: Remove a stale comment. --- sys/arch/mips64/include/reg.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/arch/mips64/include/reg.h b/sys/arch/mips64/include/reg.h index 9a67a457ec9..576102fcc09 100644 --- a/sys/arch/mips64/include/reg.h +++ b/sys/arch/mips64/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $ */ +/* $OpenBSD: reg.h,v 1.4 2021/10/07 12:31:03 visa Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -48,9 +48,6 @@ */ #include -/* - * Register set accessible via /proc/$pid/reg - */ struct reg { register_t r_regs[NREGS]; /* numbered as above */ }; -- cgit v1.2.3