summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 23:22:28 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-10 23:22:28 +0000
commit600d52733303dff736f10e2d35f41264467a32dc (patch)
treec3b301dffc55102a01b6f7a15bcd155d4f68f1d4
parent39e2f04e0463a829b6ac20c92ab273f17063c26b (diff)
* lib/rdoc/text.rb: removed duplicated code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/rdoc/text.rb3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cb380b9aa5..92c33bb6c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 11 08:22:24 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * lib/rdoc/text.rb: removed duplicated code.
+
Sat Apr 11 04:46:42 2015 Eric Wong <e@80x24.org>
* lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
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
-