summaryrefslogtreecommitdiff
path: root/js/src/jsapi.h
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2019-01-12 06:20:31 -0500
committeradeshkp <adeshkp@users.noreply.github.com>2019-01-12 06:20:31 -0500
commitdc077244244b97eb947672d446b4511be357eedd (patch)
treeeced0f22032c4f01229ac0a18b9ffb6219cea309 /js/src/jsapi.h
parenta3879a0a2674f17fd5e4ef0a9d66d41c8814a29f (diff)
downloaduxp-dc077244244b97eb947672d446b4511be357eedd.tar.gz
Telemetry: Remove stubs and related code
Diffstat (limited to 'js/src/jsapi.h')
-rw-r--r--js/src/jsapi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/src/jsapi.h b/js/src/jsapi.h
index 30c4a835a7..0983f034f8 100644
--- a/js/src/jsapi.h
+++ b/js/src/jsapi.h
@@ -6605,10 +6605,6 @@ SetStopwatchIsMonitoringJank(JSContext*, bool);
extern JS_PUBLIC_API(bool)
GetStopwatchIsMonitoringJank(JSContext*);
-// Extract the CPU rescheduling data.
-extern JS_PUBLIC_API(void)
-GetPerfMonitoringTestCpuRescheduling(JSContext*, uint64_t* stayed, uint64_t* moved);
-
/**
* Add a number of microseconds to the time spent waiting on CPOWs