diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 16:31:42 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-05-23 16:31:42 +0200 |
commit | fcd7ee3c886c435f178230b13d0b0cb0c9c40c53 (patch) | |
tree | abfa8d9a272d739ffe2d92bfcf57d9fd5f7e5157 /xpcom/base/nsMemoryInfoDumper.h | |
parent | 612459488e5810335c493c467c239c40787cc1d3 (diff) | |
download | UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.gz UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.lz UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.tar.xz UXP-fcd7ee3c886c435f178230b13d0b0cb0c9c40c53.zip |
Remove the Dark Matter Detector (DMD) Memeory debugger component.
This resolves #376.
Diffstat (limited to 'xpcom/base/nsMemoryInfoDumper.h')
-rw-r--r-- | xpcom/base/nsMemoryInfoDumper.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xpcom/base/nsMemoryInfoDumper.h b/xpcom/base/nsMemoryInfoDumper.h index 6bba176f2..281bb3e51 100644 --- a/xpcom/base/nsMemoryInfoDumper.h +++ b/xpcom/base/nsMemoryInfoDumper.h @@ -28,15 +28,6 @@ public: nsMemoryInfoDumper(); static void Initialize(); - -#ifdef MOZ_DMD - // Open an appropriately named file for a DMD report. If DMD is - // disabled, return a null FILE* instead. - static nsresult OpenDMDFile(const nsAString& aIdentifier, int aPid, - FILE** aOutFile); - // Write a DMD report to the given file and close it. - static nsresult DumpDMDToFile(FILE* aFile); -#endif }; #define NS_MEMORY_INFO_DUMPER_CID \ |