aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-