From 22cf19e174bcee88b44968f2773d1bad2da2b54d Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 18 Jul 2012 03:59:10 -0700 Subject: bad sync with github windows client --- .../sysplugins/smarty_internal_compile_rdelim.php | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php (limited to 'lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php') diff --git a/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php b/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php deleted file mode 100644 index 807c7e2b9..000000000 --- a/lib/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php +++ /dev/null @@ -1,41 +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; - } - -} - -?> \ No newline at end of file -- cgit v1.2.3