X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/13fec9890cf095cc781fdf7b8917cb03bf32dd4c..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/bsd/sys/namei.h?ds=sidebyside diff --git a/bsd/sys/namei.h b/bsd/sys/namei.h index 775a41030..f588c1b05 100644 --- a/bsd/sys/namei.h +++ b/bsd/sys/namei.h @@ -209,7 +209,6 @@ int reverse_lookup(vnode_t start_vp, vnode_t *lookup_vpp, * Stats on usefulness of namei caches. */ struct nchstats { - long ncs_negtotal; long ncs_goodhits; /* hits that we can really use */ long ncs_neghits; /* negative hits that we can use */ long ncs_badhits; /* hits we must drop */