Skip to content

Commit 8e77855

Browse files
committed
Remove unused variable
1 parent 85b0461 commit 8e77855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ruby/test_object.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,6 @@ def test_singleton_class_of_singleton_class_freeze
10351035
assert_predicate(xxs, :frozen?, '[Bug #20319]')
10361036
assert_predicate(xxxs, :frozen?, '[Bug #20319]')
10371037

1038-
m = Module.new
10391038
y = Object.new
10401039
ys = y.singleton_class
10411040
ys.prepend(Module.new)

0 commit comments

Comments
 (0)