From 3bbad5ec3da3bbfef33d2c529531777413a8a221 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 18 Oct 2005 18:08:23 +0000 Subject: r11156: Remove valgrind disabling ifdef that got added by mistake. Jeremy. (This used to be commit fc9eca51e02022ccffbad2a4f2450f85e558e151) --- source3/lib/clobber.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') diff --git a/source3/lib/clobber.c b/source3/lib/clobber.c index f39b94538e..fb3a0dc281 100644 --- a/source3/lib/clobber.c +++ b/source3/lib/clobber.c @@ -54,9 +54,7 @@ void clobber_region(const char *fn, unsigned int line, char *dest, size_t len) * (This is not redundant with the clobbering above. The * marking might not actually take effect if we're not running * under valgrind.) */ -#if 0 VALGRIND_MAKE_WRITABLE(dest, len); -#endif #endif /* VALGRIND */ #endif /* DEVELOPER */ } -- cgit