aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/postgres.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/db/postgres.php')
-rw-r--r--phpBB/includes/db/postgres.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/phpBB/includes/db/postgres.php b/phpBB/includes/db/postgres.php
deleted file mode 100644
index dc5e95ac57..0000000000
--- a/phpBB/includes/db/postgres.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-/**
-*
-* @package dbal
-* @copyright (c) 2012 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
-*
-*/
-
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
-
-class dbal_postgres extends phpbb_db_driver_postgres {
-}