From aa1e554993541460560fc6b401b8f7efb39968f4 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 23 May 2015 22:36:46 +0200 Subject: [PATCH] Remove redundant code --- libs/sysplugins/smarty_internal_templatecompilerbase.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/sysplugins/smarty_internal_templatecompilerbase.php b/libs/sysplugins/smarty_internal_templatecompilerbase.php index 218428ee..7fc6c325 100644 --- a/libs/sysplugins/smarty_internal_templatecompilerbase.php +++ b/libs/sysplugins/smarty_internal_templatecompilerbase.php @@ -340,11 +340,6 @@ abstract class Smarty_Internal_TemplateCompilerBase } else { $this->nocache_hash = $template->properties['nocache_hash']; } - // flag for nochache sections - $this->nocache = $nocache; - $this->tag_nocache = false; - // reset has nocache code flag - $this->template->has_nocache_code = false; $save_source = $this->template->source; // template header code $template_header = '';