From 83b24148df44841416d4e26b3788692c74ca721e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 15 Jan 2015 18:34:02 +0000 Subject: [PATCH] Get rid of this variable since its not being used. --- resources/classes/cache.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/classes/cache.php b/resources/classes/cache.php index aa20067284..d3bee1baaa 100644 --- a/resources/classes/cache.php +++ b/resources/classes/cache.php @@ -10,11 +10,6 @@ */ class cache { - /** - * @var string $zzz description for the variable - */ - //private $zzz; - /** * Called when the object is created */