From 5c6835efd82c298df99ce71c4a36ca23515333a3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 9 Oct 2019 17:17:26 -0400 Subject: remove std submodule --- .gitmodules | 3 --- std | 1 - 2 files changed, 4 deletions(-) delete mode 160000 std diff --git a/.gitmodules b/.gitmodules index 46bdf2a5d..5ef0634a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "chromium_build"] path = core/libdeno/build url = https://github.com/denoland/chromium_build.git -[submodule "deno_std"] - path = std - url = https://github.com/denoland/deno_std.git [submodule "deno_third_party"] path = third_party url = https://github.com/denoland/deno_third_party.git diff --git a/std b/std deleted file mode 160000 index 43aafbf33..000000000 --- a/std +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 43aafbf33285753e7b42230f0eb7969b300f71cf -- cgit v1.2.3