summaryrefslogtreecommitdiff
path: root/sal/osl
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/signal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c
index cd7b58b11e56..57263c7ba9a2 100644
--- a/sal/osl/unx/signal.c
+++ b/sal/osl/unx/signal.c
@@ -922,7 +922,6 @@ void CallSystemHandler(int Signal)
#if defined(HAVE_MEMCHECK_H)
static void DUMPCURRENTALLOCS()
{
- fprintf(stderr, "hello world\n");
VALGRIND_PRINTF( "=== start memcheck dump of active allocations ===\n" );
#if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))