Remove a stale comment.
authorvisa <visa@openbsd.org>
Thu, 7 Oct 2021 12:31:03 +0000 (12:31 +0000)
committervisa <visa@openbsd.org>
Thu, 7 Oct 2021 12:31:03 +0000 (12:31 +0000)
sys/arch/mips64/include/reg.h

index 9a67a45..576102f 100644 (file)
@@ -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 <machine/regnum.h>
 
-/*
- * Register set accessible via /proc/$pid/reg
- */
 struct reg {
         register_t     r_regs[NREGS];  /* numbered as above */
 };