Remove deprecated code

This commit is contained in:
Romain Neutron
2013-07-23 17:20:23 +02:00
parent 87f37e767a
commit 1edc1a4a6a
3 changed files with 0 additions and 227 deletions

View File

@@ -1019,11 +1019,6 @@ class User_Adapter implements User_Interface, cache_cacheableInterface
$stmt->execute(array(':usr_id' => $this->get_id()));
$stmt->closeCursor();
$sql = 'DELETE FROM ssel WHERE usr_id = :usr_id';
$stmt = $this->app['phraseanet.appbox']->get_connection()->prepare($sql);
$stmt->execute(array(':usr_id' => $this->get_id()));
$stmt->closeCursor();
unset(self::$_instance[$this->get_id()]);
return;