summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:21:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:21:04 +0900
commit9d25c652a98f0a5bc552f81846c6dc975dc2f307 (patch)
tree7a85ba3a4e74eae340d03fa7c08d208baccb7b81 /tool
parent37c083942509dd7e0d8b7ccd3575936a2017c400 (diff)
Removed ThreadsWait from the ruby repository
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 93a19d5ed0..61571e9083 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -31,7 +31,6 @@
# * https://github.com/ruby/sync
# * https://github.com/ruby/tracer
# * https://github.com/ruby/forwardable
-# * https://github.com/ruby/thwait
# * https://github.com/ruby/e2mmap
# * https://github.com/ruby/mutex_m
# * https://github.com/ruby/racc
@@ -72,7 +71,6 @@ $repositories = {
sync: 'ruby/sync',
tracer: 'ruby/tracer',
forwardable: "ruby/forwardable",
- thwait: "ruby/thwait",
e2mmap: "ruby/e2mmap",
mutex_m: "ruby/mutex_m",
racc: "ruby/racc"
@@ -194,10 +192,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/ext/fcntl", "ext")
cp_r("#{upstream}/fcntl.gemspec", "ext/fcntl")
`git checkout ext/fcntl/depend`
- when "thwait"
- rm_rf(%w[lib/thwait*])
- cp_r(Dir.glob("#{upstream}/lib/*"), "lib")
- cp_r("#{upstream}/thwait.gemspec", "lib/thwait")
when "e2mmap"
rm_rf(%w[lib/e2mmap*])
cp_r(Dir.glob("#{upstream}/lib/*"), "lib")