From a429f4d4154919c08235950631de03c273b23f15 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Mon, 8 Aug 2016 20:14:07 +0200 Subject: [PATCH] remove commented code --- libraries/joomla/updater/update.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/joomla/updater/update.php b/libraries/joomla/updater/update.php index 291371f08f54f..e8053c60002ef 100644 --- a/libraries/joomla/updater/update.php +++ b/libraries/joomla/updater/update.php @@ -391,9 +391,6 @@ public function _characterData($parser, $data) { $tag = $this->_getLastTag(); - // @todo remove code: if(!isset($this->$tag->_data)) $this->$tag->_data = ''; - // @todo remove code: $this->$tag->_data .= $data; - // Throw the data for this item together $tag = strtolower($tag);