diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-10-09 17:17:26 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-10-09 17:17:26 -0400 |
commit | 5c6835efd82c298df99ce71c4a36ca23515333a3 (patch) | |
tree | 3e593843d57008bc542c5d410ab73831a0adc9d6 | |
parent | 3882c9d19a641e0c919f1350d87c6d7ee280cf78 (diff) |
remove std submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | std | 0 |
2 files changed, 0 insertions, 3 deletions
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 -Subproject 43aafbf33285753e7b42230f0eb7969b300f71c |