diff --git a/core/sqlquery.class.inc.php b/core/sqlquery.class.inc.php index 6bede13b7..e9dc9a85a 100644 --- a/core/sqlquery.class.inc.php +++ b/core/sqlquery.class.inc.php @@ -488,8 +488,6 @@ class SQLQuery private function privRenderSingleTable(&$aFrom, &$aFields, &$aGroupBy, &$aDelTables, &$aSetValues, &$aSelectedIdFields, $sCallerAlias = '', $aJoinData) { - $aActualTableFields = CMDBSource::GetTableFieldsList($this->m_sTable); - $aTranslationTable[$this->m_sTable]['*'] = $this->m_sTableAlias; // Handle the various kinds of join (or first table in the list)