diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-09-30 23:10:10 -0700 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-10-01 12:42:30 -0700 |
| commit | c5d2ed54a364776b1d3b7552bd474191df3619fb (patch) | |
| tree | 8684c023bbcb725403bc149f7d0aa92e5a253291 /.gitmodules | |
| parent | 002643dcf0693de43801f500a689b84580c1b94e (diff) | |
Remove libuv, gyp
This commit removes the libuv and gyp submodules, as well as all build infrastructure related to them. For more context, see the [runtime removal RFC](https://github.com/rust-lang/rfcs/pull/230) [breaking-change]
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules index 37dbb30c82a..987791ac9db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,13 +2,6 @@ path = src/llvm url = https://github.com/rust-lang/llvm.git branch = master -[submodule "src/libuv"] - path = src/libuv - url = https://github.com/rust-lang/libuv.git - branch = master -[submodule "src/gyp"] - path = src/gyp - url = https://github.com/rust-lang/gyp.git [submodule "src/compiler-rt"] path = src/compiler-rt url = https://github.com/rust-lang/compiler-rt.git |
