diff options
author | katsew <y.katsew@gmail.com> | 2017-02-20 12:13:17 +0100 |
---|---|---|
committer | katsew <y.katsew@gmail.com> | 2017-02-20 12:13:17 +0100 |
commit | 93d755223f76d01113e239e2913f32d978efc577 (patch) | |
tree | 802a0bba6cef0b201306f43ff944d4a318a2e88d /system/libraries | |
parent | eca48e3c0290f84ef210a8a497a29180098ff67b (diff) |
Remove unused link comment
Signed-off-by: katsew <y.katsew@gmail.com>
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Cache/drivers/Cache_apcu.php | 1 |
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 { |