remove unused variable

This commit is contained in:
Vitor Oliveira 2021-02-07 10:13:00 -08:00
parent 1c20c18b43
commit 5ddb7345bf

View file

@ -166,7 +166,8 @@ class Node
end
obj = DoubleList.new
param_1 = obj.get(1)
obj.get(1)
obj.add_at_head(2)
obj.print_values