Remove a comment that referrred to the obsolete mtxf struct.

This commit is contained in:
John Baldwin 2000-12-09 00:14:43 +00:00
parent 595b174add
commit bdc49e9b63

View File

@ -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;