mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
Remove redundant function call.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4816
This commit is contained in:
parent
21f31418f0
commit
65e1e0b804
@ -202,8 +202,6 @@ void VG_(env_remove_valgrind_env_stuff)(Char** envp)
|
||||
buf = VG_(arena_malloc)(VG_AR_CORE, VG_(strlen)(VG_(libdir)) + 20);
|
||||
|
||||
// Remove Valgrind-specific entries from LD_*.
|
||||
VG_(sprintf)(buf, "%s*/vgpreload_core.so", VG_(libdir));
|
||||
mash_colon_env(ld_preload_str, buf);
|
||||
VG_(sprintf)(buf, "%s*/vgpreload_*.so", VG_(libdir));
|
||||
mash_colon_env(ld_preload_str, buf);
|
||||
VG_(sprintf)(buf, "%s*", VG_(libdir));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user