Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.

This commit is contained in:
Nicholas Nethercote
2015-01-07 16:13:03 -08:00
parent 5d234377e0
commit dceb4f2bc9
60 changed files with 18 additions and 25852 deletions

View File

@@ -492,7 +492,6 @@ def run_app(harness_root_dir, manifest_rdf, harness_options,
env['MOZ_DISABLE_NONLOCAL_CONNECTIONS'] = '1'
env['MOZ_NO_REMOTE'] = '1'
env['XPCOM_DEBUG_BREAK'] = 'stack'
env['NS_TRACE_MALLOC_DISABLE_STACKS'] = '1'
env.update(extra_environment)
if norun:
cmdargs.append("-no-remote")