From 12ff7a47f4426bc44103f0123d44fc111608ae18 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 23 May 2013 09:29:00 +0100 Subject: removed unsuded memdebug utilities --- desktop/netsurf.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 0b1cffe0a..a67321191 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -138,8 +138,8 @@ nserror netsurf_init(int *pargc, * way of determining the cause of the SIGPIPE (other than using * sigaction() and some mechanism for getting the file descriptor * out of libcurl). However, we expect nothing else to generate a - * SIGPIPE, anyway, so may as well just ignore them all. */ - + * SIGPIPE, anyway, so may as well just ignore them all. + */ signal(SIGPIPE, SIG_IGN); #endif @@ -152,9 +152,6 @@ nserror netsurf_init(int *pargc, if (ret != NSERROR_OK) return ret; -#ifdef _MEMDEBUG_H_ - memdebug_memdebug("memdump"); -#endif LOG(("version '%s'", netsurf_version)); if (uname(&utsname) < 0) LOG(("Failed to extract machine information")); -- cgit v1.2.3