]> git.mxchange.org Git - friendica.git/commitdiff
Remove unused class variable
authorPhilipp Holzer <admin+github@philipp.info>
Sun, 4 Aug 2019 13:54:37 +0000 (15:54 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 4 Aug 2019 13:54:37 +0000 (15:54 +0200)
src/Console/Cache.php

index 754b871dbb311f8dc66a73991fda5f0a8a6e0872..e2a3830980be589edb8ec7121747104b2151a6c6 100644 (file)
@@ -25,11 +25,6 @@ class Cache extends \Asika\SimpleConsole\Console
         */
        private $appMode;
 
-       /**
-        * @var string The cache driver name
-        */
-       private $cacheDriverName;
-
        /**
         * @var ICache
         */