diff options
-rw-r--r-- | sys/sys/mutex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 427705e..610ec1e 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; |