X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/e5568f75972dfc723778653c11cb6b4dc825716a..ccc36f2f2d89f9115c479db4439aa5c88de5b44a:/bsd/hfs/hfs_cnode.h diff --git a/bsd/hfs/hfs_cnode.h b/bsd/hfs/hfs_cnode.h index 6188156d3..38ca8996e 100644 --- a/bsd/hfs/hfs_cnode.h +++ b/bsd/hfs/hfs_cnode.h @@ -78,7 +78,6 @@ typedef struct filefork filefork_t; struct hfs_index { SLIST_ENTRY(hfs_index) hi_link; int hi_index; - void *hi_thread; /* thread that created index entry */ char hi_name[1]; };