Module Name: src
Committed By: christos
Date: Thu May 9 15:39:10 UTC 2013
Modified Files:
src/libexec/ld.elf_so: rtld.c
Log Message:
remove stray debugging
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/libexec/ld.elf_so/rtld.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/ld.elf_so/rtld.c
diff -u src/libexec/ld.elf_so/rtld.c:1.167 src/libexec/ld.elf_so/rtld.c:1.168
--- src/libexec/ld.elf_so/rtld.c:1.167 Thu May 9 11:38:14 2013
+++ src/libexec/ld.elf_so/rtld.c Thu May 9 11:39:10 2013
@@ -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_
_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;