Bug 1061024 (part 3) - Remove a redundant dmd::ClearReports() call. r=jld.

--HG--
extra : rebase_source : 5c79c9187fbffe2b5a8c63184cc9d3f158877a8e
This commit is contained in:
Nicholas Nethercote 2014-08-31 22:36:01 -07:00
Родитель cb8defd2fa
Коммит b662348a22
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -614,12 +614,6 @@ nsMemoryInfoDumper::DumpMemoryInfoToTempDir(const nsAString& aIdentifier,
nsString identifier(aIdentifier);
EnsureNonEmptyIdentifier(identifier);
#ifdef MOZ_DMD
// Clear DMD's reportedness state before running the memory reporters, to
// avoid spurious twice-reported warnings.
dmd::ClearReports();
#endif
// Open a new file named something like
//
// incomplete-memory-report-<identifier>-<pid>.json.gz