diff options
Diffstat (limited to 'usr/src/uts/common/sys/proc.h')
-rw-r--r-- | usr/src/uts/common/sys/proc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/uts/common/sys/proc.h b/usr/src/uts/common/sys/proc.h index a2fd02e910..06e5a8caf4 100644 --- a/usr/src/uts/common/sys/proc.h +++ b/usr/src/uts/common/sys/proc.h @@ -292,11 +292,6 @@ typedef struct proc { char p_unref_thread; /* unref thread created */ /* - * Kernel probes - */ - uchar_t p_tnf_flags; - - /* * Solaris Audit */ struct p_audit_data *p_audit_data; /* per process audit structure */ |