Remove useless assignment.

This commit is contained in:
Danila Fedorin 2018-07-29 21:46:10 -07:00
parent 5c362d8e13
commit dff0c8078c
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ module Chalk
end
def generate!(tree, function : InlineFunction, table, target, free)
start = free
function.generate!(self, tree.params, table, target, free)
end