X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/a991bd8d3e7fe02dbca0644054bab73c5b75324a..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/bsd/miscfs/mockfs/mockfs.h?ds=sidebyside diff --git a/bsd/miscfs/mockfs/mockfs.h b/bsd/miscfs/mockfs/mockfs.h index dab2af734..07c91ffaf 100644 --- a/bsd/miscfs/mockfs/mockfs.h +++ b/bsd/miscfs/mockfs/mockfs.h @@ -54,10 +54,6 @@ * For the moment, mockfs is not marked in vfs_conf.c as being threadsafe. */ -extern lck_attr_t * mockfs_mtx_attr; -extern lck_grp_attr_t * mockfs_grp_attr; -extern lck_grp_t * mockfs_mtx_grp; - struct mockfs_mount { lck_mtx_t mockfs_mnt_mtx; /* Mount-wide (and tree-wide) mutex */ mockfs_fsnode_t mockfs_root; /* Root of the node tree */