]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/hfs/hfs_cnode.h
xnu-517.9.4.tar.gz
[apple/xnu.git] / bsd / hfs / hfs_cnode.h
index 6188156d37fa8f1958fe1fca0856c79df2b1b817..38ca8996e052d7f9e5d9b2f360b03ff5d170bef0 100644 (file)
@@ -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];
 };