summaryrefslogtreecommitdiff
path: root/bin/rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rdoc')
-rwxr-xr-xbin/rdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/rdoc b/bin/rdoc
index 64601a819e..8fafd01b0f 100755
--- a/bin/rdoc
+++ b/bin/rdoc
@@ -8,13 +8,6 @@
#
# $Revision$
-begin
- gem 'rdoc'
-rescue NameError => e # --disable-gems
- raise unless e.name == :gem
-rescue Gem::LoadError
-end
-
require 'rdoc/rdoc'
begin