Remove useless assignment.
This commit is contained in:
@@ -22,7 +22,6 @@ module Chalk
|
|||||||
end
|
end
|
||||||
|
|
||||||
def generate!(tree, function : InlineFunction, table, target, free)
|
def generate!(tree, function : InlineFunction, table, target, free)
|
||||||
start = free
|
|
||||||
function.generate!(self, tree.params, table, target, free)
|
function.generate!(self, tree.params, table, target, free)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user