remove code not intended for this version

This commit is contained in:
Uwe Tews
2015-05-16 13:40:45 +02:00
parent a74804b061
commit 0bdd805d6b

View File

@@ -703,9 +703,6 @@ abstract class Smarty_Internal_TemplateCompilerBase
*/
public function processText($text)
{
if ($this->inheritance_child && !$this->blockTagNestingLevel) {
return null;
}
if ($this->parser->strip) {
return new Smarty_Internal_ParseTree_Text($this->parser, preg_replace($this->stripRegEx, '', $text));
} else {