summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 11:37:17 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-03-11 11:37:17 +0000
commitbc76d8a232bed2e245cd3997ebd9826938f7a738 (patch)
treedca4ed745c247dd74e818d3f480ed28c669b264e /doc
parent098ec6eb5076f3a140777c5cb56be4465bfa432f (diff)
Removed from standard library. No one maintains it from Ruby 2.0.0.
[Bug #15652][ruby-core:91736] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index e7baf933c6..d4d657d3cb 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -88,10 +88,6 @@ Zachary Scott (zzak)
Tanaka Akira (akr)
[lib/prettyprint.rb]
Tanaka Akira (akr)
-[lib/profile.rb]
- _unmaintained_
-[lib/profiler.rb]
- _unmaintained_
[lib/pstore.rb]
_unmaintained_
[lib/racc/*]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 09dc61bc52..8f9f6b1761 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -32,8 +32,6 @@ Open3:: Provides access to stdin, stdout and stderr when running other programs
OptionParser:: Ruby-oriented class for command-line option analysis
PP:: Provides a PrettyPrinter for Ruby objects
PrettyPrinter:: Implements a pretty printing algorithm for readable structure
-profile.rb:: Runs the Ruby Profiler__
-Profiler__:: Provides a way to profile your Ruby application
PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.
RbConfig:: Information of your configure and build of Ruby