Remove leftover macros for long gone vmsize mtx
This commit is contained in:
parent
d1385ab26e
commit
109b537cd7
@ -109,9 +109,6 @@ struct uidinfo {
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#define UIDINFO_VMSIZE_LOCK(ui) mtx_lock(&((ui)->ui_vmsize_mtx))
|
|
||||||
#define UIDINFO_VMSIZE_UNLOCK(ui) mtx_unlock(&((ui)->ui_vmsize_mtx))
|
|
||||||
|
|
||||||
struct proc;
|
struct proc;
|
||||||
struct rusage_ext;
|
struct rusage_ext;
|
||||||
struct thread;
|
struct thread;
|
||||||
|
Loading…
Reference in New Issue
Block a user