summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucred.h
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-06-24 06:22:00 +0000
committermini <mini@FreeBSD.org>2002-06-24 06:22:00 +0000
commitef6f2f567d1cf6942a9945002a5a13ef15c4abbb (patch)
tree2fbf808f715e544884ceac40adea1a37d316bbed /sys/sys/ucred.h
parent43f0d4bddcc8e92cbe8e883b8c22965ba082ce8d (diff)
downloadFreeBSD-src-ef6f2f567d1cf6942a9945002a5a13ef15c4abbb.zip
FreeBSD-src-ef6f2f567d1cf6942a9945002a5a13ef15c4abbb.tar.gz
Remove unused diagnostic function cread_free_thread().
Approved by: alfred
Diffstat (limited to 'sys/sys/ucred.h')
-rw-r--r--sys/sys/ucred.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h
index 26afb36..157d672 100644
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -80,9 +80,6 @@ struct xucred {
#ifdef _KERNEL
struct thread;
-#ifdef DIAGNOSTIC
-void cred_free_thread(struct thread *td);
-#endif
void cred_update_thread(struct thread *td);
void change_egid(struct ucred *newcred, gid_t egid);
void change_euid(struct ucred *newcred, struct uidinfo *euip);
OpenPOWER on IntegriCloud