Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ld.elf_so remove stray debugging



details:   https://anonhg.NetBSD.org/src/rev/926d8ca011e8
branches:  trunk
changeset: 786770:926d8ca011e8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 09 15:39:10 2013 +0000

description:
remove stray debugging

diffstat:

 libexec/ld.elf_so/rtld.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1cbcec53671e -r 926d8ca011e8 libexec/ld.elf_so/rtld.c
--- a/libexec/ld.elf_so/rtld.c  Thu May 09 15:38:14 2013 +0000
+++ b/libexec/ld.elf_so/rtld.c  Thu May 09 15:39:10 2013 +0000
@@ -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_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;



Home | Main Index | Thread Index | Old Index