From 54278f8c02e991e84262c77904cb3cc5e37baa27 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 29 Jul 2025 10:36:29 +0200 Subject: [PATCH] =?UTF-8?q?=20N=C2=B05233=20-=20Remove=20\CMDBObject::DBCl?= =?UTF-8?q?oneTracked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/cmdbobject.class.inc.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/cmdbobject.class.inc.php b/core/cmdbobject.class.inc.php index 29d767420..1106b0fd2 100644 --- a/core/cmdbobject.class.inc.php +++ b/core/cmdbobject.class.inc.php @@ -437,16 +437,6 @@ abstract class CMDBObject extends DBObject return $this->DBCloneTracked_Internal(); } - /** - * @deprecated 3.1.0 N°5232 N°6966 simply use {@see DBObject::DBClone()} instead, that will automatically create and persist a CMDBChange object. - * If you need to persist your own, call {@see CMDBObject::SetCurrentChange()} before. - */ - public function DBCloneTracked(CMDBChange $oChange, $newKey = null) - { - self::SetCurrentChange($oChange); - $this->DBCloneTracked_Internal($newKey); - } - /** * @deprecated 3.1.1 3.2.0 N°6966 We will have only one DBClone method in the future */