Merge pull request #3040 from xmcclure/debugger-step-recursive
[mono.git] / mono / profiler / ptestrunner.pl
index 2113c25135f27c8e49cc8fc81588968c34d601f4..e6323460651712aad82d05a0bb261ae9ba88f1e8 100755 (executable)
@@ -15,8 +15,6 @@ my $minibuilddir = $builddir . "/mono/mini";
 
 # Setup the execution environment
 # for the profiler module
-append_path ("LD_LIBRARY_PATH", $profbuilddir . "/.libs");
-append_path ("DYLD_LIBRARY_PATH", $profbuilddir . "/.libs");
 append_path ("DYLD_LIBRARY_PATH", $minibuilddir . "/.libs");
 # for mprof-report
 append_path ("PATH", $profbuilddir);