From 109b537cd7bd65b0ed03362ecabb1d8634d2ed21 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Sat, 25 Jul 2020 07:45:44 +0000 Subject: [PATCH] Remove leftover macros for long gone vmsize mtx --- sys/sys/resourcevar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index cba2667555c9..c33511f94434 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -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;