ruby-changes:58272
From: Nobuyoshi <ko1@a...>
Date: Wed, 16 Oct 2019 15:18:25 +0900 (JST)
Subject: [ruby-changes:58272] 17ee01e3f6 (master): Removed an unused assignment
https://git.ruby-lang.org/ruby.git/commit/?id=17ee01e3f6 From 17ee01e3f618f15f2bec794238874a62dc60deb6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 16 Oct 2019 15:16:07 +0900 Subject: Removed an unused assignment diff --git a/test/rdoc/test_rdoc_rdoc.rb b/test/rdoc/test_rdoc_rdoc.rb index b549ba8..b11f255 100644 --- a/test/rdoc/test_rdoc_rdoc.rb +++ b/test/rdoc/test_rdoc_rdoc.rb @@ -152,8 +152,6 @@ class TestRDocRDoc < RDoc::TestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_rdoc.rb#L152 end def test_normalized_file_list_not_modified - files = [__FILE__] - @rdoc.last_modified[__FILE__] = File.stat(__FILE__).mtime files = @rdoc.normalized_file_list [__FILE__] -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/