objectcache: Remove unused variable $cache which is overriden
authorDerick Alangi <alangiderick@gmail.com>
Mon, 25 Mar 2019 14:20:19 +0000 (15:20 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Mon, 25 Mar 2019 14:20:19 +0000 (15:20 +0100)
commit47e7f59682fb1e14679b5e0c5016b3d7d6095587
tree42ea98c81d3903de8cb251cafad227c7c6fa9d5c
parent5757a4497e4d8d0aa0d34b91f4155fc65b30ce91
objectcache: Remove unused variable $cache which is overriden

This variable was defined to false and immediately overriden in the
if condition below it which makes the assignment above useless.

Change-Id: Ie72ec7a8860d2a38f59f38b3d861217d39da3e29
includes/objectcache/ObjectCache.php