summaryrefslogtreecommitdiffstats
path: root/platform/javascript/detect.py
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-05-25 14:51:02 +0200
committerGitHub <noreply@github.com>2022-05-25 14:51:02 +0200
commit5f8888c4454f9966ce1f40cf08ff2d881470e9ed (patch)
tree072126785fa039ec994754e156e956a02370e8d8 /platform/javascript/detect.py
parent971daadfa09bbbd890fab7b38edbea33a74c5c8d (diff)
parent3ff6d794c0aac0365f236cd078b5e5aeea0d996e (diff)
downloadredot-engine-5f8888c4454f9966ce1f40cf08ff2d881470e9ed.tar.gz
Merge pull request #61402 from akien-mga/html5-enable-mbedtls
Diffstat (limited to 'platform/javascript/detect.py')
-rw-r--r--platform/javascript/detect.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py
index 709104c5ee..4a9652fc1c 100644
--- a/platform/javascript/detect.py
+++ b/platform/javascript/detect.py
@@ -48,11 +48,6 @@ def get_flags():
return [
("tools", False),
("builtin_pcre2_with_jit", False),
- # Disabling the mbedtls module reduces file size.
- # The module has little use due to the limited networking functionality
- # in this platform. For the available networking methods, the browser
- # manages TLS.
- ("module_mbedtls_enabled", False),
("vulkan", False),
]