mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
Remove redundant code
This commit is contained in:
@@ -340,11 +340,6 @@ abstract class Smarty_Internal_TemplateCompilerBase
|
|||||||
} else {
|
} else {
|
||||||
$this->nocache_hash = $template->properties['nocache_hash'];
|
$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;
|
$save_source = $this->template->source;
|
||||||
// template header code
|
// template header code
|
||||||
$template_header = '';
|
$template_header = '';
|
||||||
|
Reference in New Issue
Block a user