diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index bf788efb66..af84566690 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -120,8 +120,6 @@ Zachary Scott (zzak) _unmaintained_ [lib/racc/*] Aaron Patterson (tenderlove) -[lib/rbconfig/*] - _unmaintained_ [lib/rdoc.rb, lib/rdoc/*] Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) [lib/resolv-replace.rb] diff --git a/lib/rbconfig/.document b/lib/rbconfig/.document deleted file mode 100644 index 4cea83cd0e..0000000000 --- a/lib/rbconfig/.document +++ /dev/null @@ -1 +0,0 @@ -# these files are obsolete diff --git a/lib/rbconfig/datadir.rb b/lib/rbconfig/datadir.rb deleted file mode 100644 index 136162da44..0000000000 --- a/lib/rbconfig/datadir.rb +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: false -#-- -# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. -# All rights reserved. -# See LICENSE.txt for permissions. -#++ - -# N.B. This file is used by Config.datadir in rubygems.rb, and must not be -# removed before that require is removed. I require to avoid warning more than -# once. - -warn 'rbconfig/datadir.rb and {Rb}Config.datadir is being deprecated from '\ - 'RubyGems. It will be removed completely on or after June 2011. If you '\ - 'wish to rely on a datadir, please use Gem.datadir.'