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:
parent
ff00d8e963
commit
3bbad5ec3d
@ -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 */
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user