From: Philipp Date: Tue, 18 Oct 2022 19:12:48 +0000 (+0200) Subject: Remove unused Core\Session::setMultiple() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=315ed3ed22a76fcafe991e919d4daf342239c5d0;p=friendica.git Remove unused Core\Session::setMultiple() --- diff --git a/src/Core/Session.php b/src/Core/Session.php index 1af219dd57..41ddf97839 100644 --- a/src/Core/Session.php +++ b/src/Core/Session.php @@ -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);