diff options
Diffstat (limited to 'phpBB/includes/cache/driver/base.php')
-rw-r--r-- | phpBB/includes/cache/driver/base.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/includes/cache/driver/base.php b/phpBB/includes/cache/driver/base.php deleted file mode 100644 index 32e04f813a..0000000000 --- a/phpBB/includes/cache/driver/base.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -/** -* -* @package acm -* @copyright (c) 2010 phpBB Group -* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 -* -*/ - -/** -* @ignore -*/ -if (!defined('IN_PHPBB')) -{ - exit; -} - -/** -* @package acm -*/ -abstract class phpbb_cache_driver_base implements phpbb_cache_driver_interface -{ -} |