about summary refs log tree commit diff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-09-30 23:10:10 -0700
committerAaron Turon <aturon@mozilla.com>2014-10-01 12:42:30 -0700
commitc5d2ed54a364776b1d3b7552bd474191df3619fb (patch)
tree8684c023bbcb725403bc149f7d0aa92e5a253291 /.gitmodules
parent002643dcf0693de43801f500a689b84580c1b94e (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--.gitmodules7
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