remove variables used for counting empty stacks

This commit is contained in:
Tom Burns
2014-07-28 14:23:16 +00:00
parent ba6e3e3da6
commit 6b56bdd74f
-4
View File
@@ -27,10 +27,6 @@ module Liquid
@parsed_variables = Hash.new{ |cache, markup| cache[markup] = variable_parse(markup) }
squash_instance_assigns_with_environments
@used_stacks = 0
@unused_stacks = 0
@max_stack_depth = 0
@this_stack_depth = 0
@this_stack_used = false
if rethrow_errors