From 231e783524c5b8d3baf25ad5100fa66dc8599e93 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Jul 2008 17:16:07 +0000 Subject: (__malloc_check_init): Remove printf. --- malloc/hooks.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'malloc/hooks.c') diff --git a/malloc/hooks.c b/malloc/hooks.c index 1e01b73afd..c88937665c 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -1,5 +1,5 @@ /* Malloc implementation for multiple threads without lock contention. - Copyright (C) 2001-2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2001-2006, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Wolfram Gloger , 2001. @@ -96,8 +96,6 @@ __malloc_check_init() __free_hook = free_check; __realloc_hook = realloc_check; __memalign_hook = memalign_check; - if(check_action & 1) - malloc_printerr (5, "malloc: using debugging hooks", NULL); } /* A simple, standard set of debugging hooks. Overhead is `only' one -- cgit 1.4.1