mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-26 13:45:13 -07:00
remove variables used for counting empty stacks
This commit is contained in:
@@ -27,10 +27,6 @@ module Liquid
|
|||||||
@parsed_variables = Hash.new{ |cache, markup| cache[markup] = variable_parse(markup) }
|
@parsed_variables = Hash.new{ |cache, markup| cache[markup] = variable_parse(markup) }
|
||||||
squash_instance_assigns_with_environments
|
squash_instance_assigns_with_environments
|
||||||
|
|
||||||
@used_stacks = 0
|
|
||||||
@unused_stacks = 0
|
|
||||||
@max_stack_depth = 0
|
|
||||||
@this_stack_depth = 0
|
|
||||||
@this_stack_used = false
|
@this_stack_used = false
|
||||||
|
|
||||||
if rethrow_errors
|
if rethrow_errors
|
||||||
|
|||||||
Reference in New Issue
Block a user