Remove dead code

This commit is contained in:
Romain Neutron
2013-09-04 12:06:48 +02:00
parent c8d415c562
commit dbd06e9091
67 changed files with 63 additions and 378 deletions

View File

@@ -434,7 +434,6 @@ class databox_field implements cache_cacheableInterface
} else {
$meta = $nodes->item(0);
$current_name = $meta->nodeName;
if ($this->name != $meta->nodeName) {
$old_meta = $meta;
$meta = $dom_struct->createElement($this->name);