summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/libraries/Cache/drivers/Cache_apcu.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apcu.php b/system/libraries/Cache/drivers/Cache_apcu.php
index 955539d8e..d4a90ace2 100644
--- a/system/libraries/Cache/drivers/Cache_apcu.php
+++ b/system/libraries/Cache/drivers/Cache_apcu.php
@@ -44,7 +44,6 @@ defined('BASEPATH') OR exit('No direct script access allowed');
* @subpackage Libraries
* @category Core
* @author CodeIgniter Dev team
- * @link
*/
class CI_Cache_apcu extends CI_Driver {