Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/engines/berkeleydb.lib.php')
-rw-r--r--libraries/engines/berkeleydb.lib.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/libraries/engines/berkeleydb.lib.php b/libraries/engines/berkeleydb.lib.php
deleted file mode 100644
index ec8e68901b..0000000000
--- a/libraries/engines/berkeleydb.lib.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- * @version $Id$
- * @package phpMyAdmin-Engines
- */
-
-/**
- * Load BDB class.
- */
-include_once './libraries/engines/bdb.lib.php';
-
-/**
- * This is same as BDB.
- * @package phpMyAdmin-Engines
- */
-class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
-{
-}
-
-?>