Skip to content

Commit

Permalink
Remove unused PMA_String class
Browse files Browse the repository at this point in the history
The class is no longer used:

- the ctype part is not needed by new SQL parser
- the utf-8 manipulation was replaced by direct usage of mbstring

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Dec 21, 2015
1 parent c557581 commit cc07b73
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 1,252 deletions.
1 change: 0 additions & 1 deletion db_operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
* @package PhpMyAdmin
*/
use PMA\libraries\plugins\export\ExportSql;
use PMA\libraries\PMA_String;

/**
* requirements
Expand Down
1 change: 0 additions & 1 deletion export.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @package PhpMyAdmin
*/
use PMA\libraries\plugins\ExportPlugin;
use PMA\libraries\PMA_String;

/**
* Get the variables sent or posted to this script and a core script
Expand Down
2 changes: 0 additions & 2 deletions file_echo.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
* @package PhpMyAdmin
*/

use PMA\libraries\PMA_String;

define('PMA_MINIMUM_COMMON', true);
require_once 'libraries/common.inc.php';

Expand Down
1 change: 0 additions & 1 deletion gis_data_editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/
use PMA\libraries\gis\GISFactory;
use PMA\libraries\gis\GISVisualization;
use PMA\libraries\PMA_String;

/**
* Escapes special characters if the variable is set.
Expand Down
1 change: 0 additions & 1 deletion import.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @package PhpMyAdmin
*/
use PMA\libraries\plugins\ImportPlugin;
use PMA\libraries\PMA_String;

/**
* Get the variables sent or posted to this script and a core script
Expand Down
181 changes: 0 additions & 181 deletions libraries/PMA_String.php

This file was deleted.

Loading

0 comments on commit cc07b73

Please sign in to comment.