From bdc49e9b63d46aac18c2ca6a7fe8c643dbadec43 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 9 Dec 2000 00:14:43 +0000 Subject: [PATCH] Remove a comment that referrred to the obsolete mtxf struct. --- sys/sys/mutex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 427705e0515f..610ec1e23886 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/mutex.h @@ -88,7 +88,6 @@ #ifdef WITNESS struct mtx_debug { - /* If you add anything here, adjust the mtxf_t definition below */ struct witness *mtxd_witness; LIST_ENTRY(mtx) mtxd_held; const char *mtxd_file;