summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorkatsew <y.katsew@gmail.com>2017-02-20 12:13:17 +0100
committerkatsew <y.katsew@gmail.com>2017-02-20 12:13:17 +0100
commit93d755223f76d01113e239e2913f32d978efc577 (patch)
tree802a0bba6cef0b201306f43ff944d4a318a2e88d /system
parenteca48e3c0290f84ef210a8a497a29180098ff67b (diff)
Remove unused link comment
Signed-off-by: katsew <y.katsew@gmail.com>
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 {