Remove leftover macros for long gone vmsize mtx

This commit is contained in:
Mateusz Guzik 2020-07-25 07:45:44 +00:00
parent d1385ab26e
commit 109b537cd7

View File

@ -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;