summaryrefslogtreecommitdiffstats
path: root/sys/sys/ucred.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2004-08-31 06:12:13 +0000
committerjulian <julian@FreeBSD.org>2004-08-31 06:12:13 +0000
commitee753ed190029f2bb1071fa1905073ad15121ae5 (patch)
treedddf557370c3f26fcb7ce5b74984fd362556bf89 /sys/sys/ucred.h
parentd3a487d5866b728b29cf8da175a0ceae5e01eb2f (diff)
downloadFreeBSD-src-ee753ed190029f2bb1071fa1905073ad15121ae5.zip
FreeBSD-src-ee753ed190029f2bb1071fa1905073ad15121ae5.tar.gz
Remove sched_free_thread() which was only used
in diagnostics. It has outlived its usefulness and has started causing panics for people who turn on DIAGNOSTIC, in what is otherwise good code. MFC after: 2 days
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 2c2b616..d964de9 100644
--- a/sys/sys/ucred.h
+++ b/sys/sys/ucred.h
@@ -87,9 +87,6 @@ void change_svgid(struct ucred *newcred, gid_t svgid);
void change_svuid(struct ucred *newcred, uid_t svuid);
void crcopy(struct ucred *dest, struct ucred *src);
struct ucred *crdup(struct ucred *cr);
-#ifdef DIAGNOSTIC
-void cred_free_thread(struct thread *td);
-#endif
void cred_update_thread(struct thread *td);
void crfree(struct ucred *cr);
struct ucred *crget(void);
OpenPOWER on IntegriCloud