Remove the jprof profiler.

This resolves #377.
This commit is contained in:
wolfbeast 2018-05-23 20:16:00 +02:00 committed by Roy Tam
commit 8d1e73fc3c
25 changed files with 0 additions and 3212 deletions

View file

@ -81,10 +81,6 @@
using mozilla::_ipdltest::IPDLUnitTestProcessChild;
#endif // ifdef MOZ_IPDL_TESTS
#ifdef MOZ_JPROF
#include "jprof.h"
#endif
using namespace mozilla;
using mozilla::ipc::BrowserProcessSubThread;
@ -270,11 +266,6 @@ XRE_InitChildProcess(int aArgc,
NS_ENSURE_ARG_POINTER(aArgv[0]);
MOZ_ASSERT(aChildData);
#ifdef MOZ_JPROF
// Call the code to install our handler
setupProfilingStuff();
#endif
#if !defined(MOZ_WIDGET_ANDROID)
// On non-Fennec Gecko, the GMPLoader code resides in plugin-container,
// and we must forward it through to the GMP code here.