mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Remove unused Core\Session::setMultiple()
This commit is contained in:
parent
3a8bcb3fbf
commit
315ed3ed22
1 changed files with 0 additions and 5 deletions
|
@ -34,11 +34,6 @@ class Session
|
|||
public static $exists = false;
|
||||
public static $expire = 180000;
|
||||
|
||||
public static function setMultiple(array $values)
|
||||
{
|
||||
DI::session()->setMultiple($values);
|
||||
}
|
||||
|
||||
public static function remove($name)
|
||||
{
|
||||
DI::session()->remove($name);
|
||||
|
|
Loading…
Reference in a new issue