Bug 1406872 - Remove perf monitoring code - r=jandem,Gijs

This patch removes the StopWatch code that was used in the first version of
about:performance, and not being used anymore.

Differential Revision: https://phabricator.services.mozilla.com/D7453
This commit is contained in:
Tarek Ziadé
2019-01-14 14:09:09 +00:00
parent b9d5496433
commit 4c0e038f18
33 changed files with 2 additions and 5859 deletions

View File

@@ -12,7 +12,6 @@
#include "jsfriendapi.h"
#include "js/CharacterEncoding.h"
#include "xpcprivate.h"
#include "CPOWTimer.h"
#include "WrapperFactory.h"
#include "nsIDocShellTreeItem.h"
@@ -149,7 +148,6 @@ const CPOWProxyHandler CPOWProxyHandler::singleton;
return failRetVal; \
} \
{ \
CPOWTimer timer(cx); \
return owner->call args; \
}