1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

r11156: Remove valgrind disabling ifdef that got added by mistake.

Jeremy.
(This used to be commit fc9eca51e02022ccffbad2a4f2450f85e558e151)
This commit is contained in:
Jeremy Allison 2005-10-18 18:08:23 +00:00 committed by Gerald (Jerry) Carter
parent ff00d8e963
commit 3bbad5ec3d

View File

@ -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 */
}