diff --git a/library/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php b/library/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php deleted file mode 100644 --- a/library/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php +++ /dev/null @@ -1,37 +0,0 @@ -getAttributes($compiler, $args); - if ($_attr['nocache'] === true) { - $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); - } - // this tag does not return compiled code - $compiler->has_code = true; - - return $compiler->smarty->right_delimiter; - } -}