Skip to content

Commit

Permalink
(__malloc_check_init): Remove printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Jul 15, 2008
1 parent 6d4c073 commit 231e783
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions malloc/hooks.c
Original file line number Diff line number Diff line change
@@ -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 <wg@malloc.de>, 2001.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 231e783

Please sign in to comment.