]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/init_repo.sh
lowering: cleanup some hofs
[rust.git] / src / ci / init_repo.sh
index c7c3b0a5fbf5b0733064b0a46695e8f9a80c80ff..92c6e546a389571c1ab59492104a8bd7afc787d7 100755 (executable)
@@ -47,7 +47,7 @@ function fetch_github_commit_archive {
     rm $cached
 }
 
-included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example"
+included="src/llvm-project src/doc/book src/doc/rust-by-example"
 modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
 modules=($modules)
 use_git=""