summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_emul.c
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-17 09:50:30 +0000
committernetchild <netchild@FreeBSD.org>2006-08-17 09:50:30 +0000
commita6834221aa1bc6393fa7b599bc7182a149c8c037 (patch)
tree6a8d5548f32783983d70e1f910b85465331606e6 /sys/compat/linux/linux_emul.c
parentd5c64fa9978f9563be3ef34f9a3ce051d3ef4fad (diff)
downloadFreeBSD-src-a6834221aa1bc6393fa7b599bc7182a149c8c037.zip
FreeBSD-src-a6834221aa1bc6393fa7b599bc7182a149c8c037.tar.gz
Fix the DEBUG build:
- linux_emul.c [1] - linux_futex.c [2] Sponsored by: Google SoC 2006 [1] Submitted by: rdivacky [1] netchild [2]
Diffstat (limited to 'sys/compat/linux/linux_emul.c')
-rw-r--r--sys/compat/linux/linux_emul.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_emul.c b/sys/compat/linux/linux_emul.c
index 9d14215..eb4abfc 100644
--- a/sys/compat/linux/linux_emul.c
+++ b/sys/compat/linux/linux_emul.c
@@ -246,9 +246,6 @@ linux_schedtail(void *arg __unused, struct proc *p)
{
struct linux_emuldata *em;
int error = 0;
-#ifdef DEBUG
- struct thread *td = FIRST_THREAD_IN_PROC(p);
-#endif
int *child_set_tid;
if (p->p_sysent != &elf_linux_sysvec)
OpenPOWER on IntegriCloud