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