diff --git a/library/smarty/libs/sysplugins/smarty_internal_parsetree_code.php b/library/smarty/libs/sysplugins/smarty_internal_parsetree_code.php deleted file mode 100644 --- a/library/smarty/libs/sysplugins/smarty_internal_parsetree_code.php +++ /dev/null @@ -1,39 +0,0 @@ -parser = $parser; - $this->data = $data; - } - - /** - * Return buffer content in parentheses - * - * @return string content - */ - public function to_smarty_php() { - return sprintf("(%s)", $this->data); - } -}