aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:06:22 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 14:06:22 +0900
commit37c083942509dd7e0d8b7ccd3575936a2017c400 (patch)
treeb4acf6cf02ee742b5958d7fadd034c876c23cceb /doc
parent3b56a0934fa503b518e8302ed32f9124740d896b (diff)
downloadruby-37c083942509dd7e0d8b7ccd3575936a2017c400.tar.gz
Removed Synchronizer from the ruby repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 921f9ad6a1..dbb4fd2ca3 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -220,9 +220,6 @@ Zachary Scott (zzak)
[lib/rss.rb, lib/rss/*]
Kouhei Sutou (kou)
https://github.com/ruby/rss
-[lib/sync.rb]
- Keiju ISHITSUKA (keiju)
- https://github.com/ruby/sync
[lib/thwait.rb]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/thwait
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 658ccb52ea..74567d016b 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -87,7 +87,6 @@ Racc:: A LALR(1) parser generator written in Ruby.
RDoc:: Produces HTML and command-line documentation for Ruby
REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
-Synchronizer:: A module that provides a two-phase lock with a counter
ThreadsWait:: Watches for termination of multiple threads
Tracer:: Outputs a source level execution trace of a Ruby program
WEBrick:: An HTTP server toolkit for Ruby