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 --- ChangeLog | 4 ++++ lib/rdoc/text.rb | 3 --- 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 + + * lib/rdoc/text.rb: removed duplicated code. + Sat Apr 11 04:46:42 2015 Eric Wong * 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 - -- cgit v1.2.3