summaryrefslogtreecommitdiff
path: root/js/src/wasm/WasmModule.cpp
diff options
context:
space:
mode:
authoradeshkp <adeshkp@users.noreply.github.com>2019-01-30 13:56:07 -0500
committeradeshkp <adeshkp@users.noreply.github.com>2019-01-30 13:56:07 -0500
commitfd0784edb723095a4fcf1e4faa2604e503b2df1d (patch)
treee583756e275c3fc2f35948f7eee193aa314e1b35 /js/src/wasm/WasmModule.cpp
parentafdea90888c474875f2deddeb9ff5b7aff1276de (diff)
downloadaura-central-fd0784edb723095a4fcf1e4faa2604e503b2df1d.tar.gz
Remove telemetry leftovers from JS engine.
Diffstat (limited to 'js/src/wasm/WasmModule.cpp')
-rw-r--r--js/src/wasm/WasmModule.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/src/wasm/WasmModule.cpp b/js/src/wasm/WasmModule.cpp
index b24e01a40..f1ecd8620 100644
--- a/js/src/wasm/WasmModule.cpp
+++ b/js/src/wasm/WasmModule.cpp
@@ -1066,8 +1066,5 @@ Module::instantiate(JSContext* cx,
return false;
}
- uint32_t mode = uint32_t(metadata().isAsmJS() ? Telemetry::ASMJS : Telemetry::WASM);
- cx->runtime()->addTelemetry(JS_TELEMETRY_AOT_USAGE, mode);
-
return true;
}