Remove leftover macros for long gone vmsize mtx
This commit is contained in:
parent
d1385ab26e
commit
109b537cd7
@ -109,9 +109,6 @@ struct uidinfo {
|
||||
#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 rusage_ext;
|
||||
struct thread;
|
||||
|
Loading…
Reference in New Issue
Block a user