summaryrefslogtreecommitdiff
path: root/test/common/index.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/index.mjs')
-rw-r--r--test/common/index.mjs9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/common/index.mjs b/test/common/index.mjs
index 6d6fe4997b..52cbd76363 100644
--- a/test/common/index.mjs
+++ b/test/common/index.mjs
@@ -50,15 +50,6 @@ export function leakedGlobals() {
knownGlobals.push(COUNTER_HTTP_CLIENT_RESPONSE);
}
- if (global.LTTNG_HTTP_SERVER_RESPONSE) {
- knownGlobals.push(LTTNG_HTTP_SERVER_RESPONSE);
- knownGlobals.push(LTTNG_HTTP_SERVER_REQUEST);
- knownGlobals.push(LTTNG_HTTP_CLIENT_RESPONSE);
- knownGlobals.push(LTTNG_HTTP_CLIENT_REQUEST);
- knownGlobals.push(LTTNG_NET_STREAM_END);
- knownGlobals.push(LTTNG_NET_SERVER_CONNECTION);
- }
-
if (global.ArrayBuffer) {
knownGlobals.push(ArrayBuffer);
knownGlobals.push(Int8Array);