1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

dtrace: Remove LOCK_LEVEL

It is unused on FreeBSD.  No functional change intended.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2024-06-19 11:18:45 -04:00
parent d511e97c54
commit bc2901144c

View File

@ -25,8 +25,6 @@
#include <sys/proc.h>
#define LOCK_LEVEL 10
/*
* Kernel DTrace extension to 'struct proc' for FreeBSD.
*/