aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/migrationtools/base.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-01-08 22:07:12 -0600
committerNathan Guse <nathaniel.guse@gmail.com>2013-01-09 16:42:47 -0600
commit82efb3e446efbb8ef05c6a777e3866901abfd07a (patch)
tree52437390f467f5ac84b712787a1dde8ca87c2887 /phpBB/includes/db/migrationtools/base.php
parent91a921a96bf26607879de850fca105be78eadf1d (diff)
downloadforums-82efb3e446efbb8ef05c6a777e3866901abfd07a.tar
forums-82efb3e446efbb8ef05c6a777e3866901abfd07a.tar.gz
forums-82efb3e446efbb8ef05c6a777e3866901abfd07a.tar.bz2
forums-82efb3e446efbb8ef05c6a777e3866901abfd07a.tar.xz
forums-82efb3e446efbb8ef05c6a777e3866901abfd07a.zip
[feature/migrations] Remove references as it is now 3.1 code
PHPBB3-9737
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