summaryrefslogtreecommitdiff
path: root/test/rinda
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-29 08:37:39 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-08-29 08:37:39 +0000
commitf587cf790611bd05a31e8d894feed2b3dc20c7c7 (patch)
tree37ec9c05cce9217600fc6d9f70066620b202c761 /test/rinda
parent343f8b02a1c65ee968c483d6b7bfbc45e63150c3 (diff)
* test/rinda/test_rinda.rb: removed useless assignment variables.
* test/rss/rss-assertions.rb: ditto. * test/rss/test_maker_itunes.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rinda')
-rw-r--r--test/rinda/test_rinda.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rinda/test_rinda.rb b/test/rinda/test_rinda.rb
index 3c91eef7cf..3f7dc96a1b 100644
--- a/test/rinda/test_rinda.rb
+++ b/test/rinda/test_rinda.rb
@@ -37,7 +37,6 @@ class MockClock
def _forward(n=nil)
now ,= @ts.take([nil, :now])
@now = now + n
- n = @reso if n.nil?
@ts.write([@now, :now])
end