diff --git a/src/Mustache/Tokenizer.php b/src/Mustache/Tokenizer.php index a774a22..be9ca14 100644 --- a/src/Mustache/Tokenizer.php +++ b/src/Mustache/Tokenizer.php @@ -53,13 +53,6 @@ class Mustache_Tokenizer self::T_BLOCK_VAR => true, ); - // Interpolated tags - private static $interpolatedTags = array( - self::T_ESCAPED => true, - self::T_UNESCAPED => true, - self::T_UNESCAPED_2 => true, - ); - // Token properties const TYPE = 'type'; const NAME = 'name';