Remove no longer used files

This commit is contained in:
Michal Čihař 2012-04-26 13:43:00 +02:00
parent 3a3b129971
commit adf36fe4aa
2 changed files with 0 additions and 23 deletions

View File

@ -1,11 +0,0 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Column types and functions supported by Drizzle
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
?>

View File

@ -1,12 +0,0 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Column types and functions supported by MySQL
*
* @package PhpMyAdmin
*/
if (! defined('PHPMYADMIN')) {
exit;
}
?>