diff options
author | Matt Mastracci <matthew@mastracci.com> | 2024-04-18 11:21:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-18 11:21:25 -0600 |
commit | d9d3f81f291bbba4ab526f1781ca78e8a00cba64 (patch) | |
tree | d3b09207a9ea1108a0eadd998b46f0d39dada83b /runtime/shared.rs | |
parent | 6a09a16d710b2d7a9d39478e5bcbabb40919d657 (diff) |
chore: remove unused, unstable 'http' namespace (#23436)
Landing parts of #21903 in preparation for the removal of serveHttp.
Diffstat (limited to 'runtime/shared.rs')
-rw-r--r-- | runtime/shared.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/shared.rs b/runtime/shared.rs index 946f33c6f..61f9ca225 100644 --- a/runtime/shared.rs +++ b/runtime/shared.rs @@ -45,7 +45,6 @@ extension!(runtime, "13_buffer.js", "30_os.js", "40_fs_events.js", - "40_http.js", "40_process.js", "40_signals.js", "40_tty.js", |