mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove leftover macros for long gone vmsize mtx
This commit is contained in:
parent
d1385ab26e
commit
109b537cd7
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue