aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migrationtools/base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/migrationtools/base.php')
-rw-r--r--phpBB/includes/db/migrationtools/base.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/includes/db/migrationtools/base.php b/phpBB/includes/db/migrationtools/base.php
deleted file mode 100644
index 7fc6057e3a..0000000000
--- a/phpBB/includes/db/migrationtools/base.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
-*
-* @package migration
-* @copyright (c) 2012 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License v2
-*
-*/
-
-class phpbb_db_migrationtools_base
-{
- var $cache;
- var $config;
- var $db;
-} \ No newline at end of file