From 600d52733303dff736f10e2d35f41264467a32dc Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 10 Apr 2015 23:22:28 +0000 Subject: * lib/rdoc/text.rb: removed duplicated code. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/text.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/rdoc/text.rb b/lib/rdoc/text.rb index 606f15eb0e..827767b830 100644 --- a/lib/rdoc/text.rb +++ b/lib/rdoc/text.rb @@ -13,8 +13,6 @@ begin rescue Gem::LoadError end -require 'json' - ## # Methods for manipulating comment text @@ -321,4 +319,3 @@ module RDoc::Text end end - -- cgit v1.2.3