From 8727fb3ba8a28da48c71bdd39166b9aeb3c3d986 Mon Sep 17 00:00:00 2001 From: wn_ Date: Mon, 8 Jan 2024 22:46:13 +0000 Subject: Clean up some unused variables. This is essentially https://gitlab.tt-rss.org/wn/tt-rss/-/commit/1ccc0c8c1af04dd9654b585c6d07e3a75d944a0c without the renames and some other things related to Psalm. --- classes/Prefs.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes/Prefs.php') diff --git a/classes/Prefs.php b/classes/Prefs.php index 6dc8a1342..c5cf16598 100644 --- a/classes/Prefs.php +++ b/classes/Prefs.php @@ -260,8 +260,6 @@ class Prefs { list ($def_val, $type_hint) = self::_DEFAULTS[$pref_name]; - $cached_value = $this->_get_cache($pref_name, $owner_uid, $profile_id); - if ($this->_is_cached($pref_name, $owner_uid, $profile_id)) { $cached_value = $this->_get_cache($pref_name, $owner_uid, $profile_id); return Config::cast_to($cached_value, $type_hint); -- cgit v1.2.3