summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2013-05-09 15:39:10 +0000
committerchristos <christos@NetBSD.org>2013-05-09 15:39:10 +0000
commit65346dbd2ee07191357b414f3f58edea7901e620 (patch)
tree500c3ddf49e74b673507ba374b1ce1233280a0d9 /libexec
parentfca326a76dd76b8c766c37fba4068fb8e8dfea0b (diff)
remove stray debugging
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/rtld.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/rtld.c b/libexec/ld.elf_so/rtld.c
index c647e50b0e5..23159181328 100644
--- a/libexec/ld.elf_so/rtld.c
+++ b/libexec/ld.elf_so/rtld.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld.c,v 1.167 2013/05/09 15:38:14 christos Exp $ */
+/* $NetBSD: rtld.c,v 1.168 2013/05/09 15:39:10 christos Exp $ */
/*
* Copyright 1996 John D. Polstra.
@@ -40,7 +40,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rtld.c,v 1.167 2013/05/09 15:38:14 christos Exp $");
+__RCSID("$NetBSD: rtld.c,v 1.168 2013/05/09 15:39:10 christos Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -884,7 +884,6 @@ _rtld_unload_object(sigset_t *mask, Obj_Entry *root, bool do_fini_funcs)
_rtld_linkmap_delete(obj);
*linkp = obj->next;
_rtld_objcount--;
-xprintf("%s, %d: %s\n", __FILE__, __LINE__, obj->path);
_rtld_obj_free(obj);
} else
linkp = &obj->next;