From: Philipp Holzer Date: Sun, 4 Aug 2019 13:54:37 +0000 (+0200) Subject: Remove unused class variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7cdcad9f6c3cce30ba7cf5645a6699535cada69d;p=friendica.git Remove unused class variable --- diff --git a/src/Console/Cache.php b/src/Console/Cache.php index 754b871dbb..e2a3830980 100644 --- a/src/Console/Cache.php +++ b/src/Console/Cache.php @@ -25,11 +25,6 @@ class Cache extends \Asika\SimpleConsole\Console */ private $appMode; - /** - * @var string The cache driver name - */ - private $cacheDriverName; - /** * @var ICache */