Skip to content

Commit 705a953

Browse files
committed
Removed unused variable
1 parent b4a9401 commit 705a953

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ruby/test_marshal.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ class << c
678678

679679
def test_recursive_userdef
680680
t = Time.utc(0)
681-
str = "b".b
682681
t.instance_eval {@v = t}
683682
assert_raise_with_message(RuntimeError, /recursive\b.*\b_dump/) do
684683
Marshal.dump(t)

0 commit comments

Comments
 (0)