N°6982 - Remove \cmdbAbstractObject::DBDeleteTracked_Internal

This commit is contained in:
Anne-Cath
2025-07-29 11:39:54 +02:00
parent 78c63f7502
commit b24a359b36
2 changed files with 0 additions and 29 deletions

View File

@@ -461,16 +461,6 @@ abstract class CMDBObject extends DBObject
return $oDeletionPlan;
}
/**
* @deprecated 3.1.1 3.2.0 N°6967 We will have only one DBDelete method in the future
*/
protected function DBDeleteTracked_Internal(&$oDeletionPlan = null)
{
$ret = parent::DBDelete($oDeletionPlan);
return $ret;
}
public function DBArchive()
{
// Note: do the job anyway, so as to repair any DB discrepancy