From 7fc127c459244cd1f3a8475ff903ef46bb485f87 Mon Sep 17 00:00:00 2001 From: gennadigennadigennadi Date: Sat, 26 Oct 2019 14:44:00 +0200 Subject: [PATCH] Remove unused use statement Signed-off-by: Gennadi Janzen --- libraries/entry_points/home.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entry_points/home.php b/libraries/entry_points/home.php index 5b898c7568..790917831e 100644 --- a/libraries/entry_points/home.php +++ b/libraries/entry_points/home.php @@ -10,7 +10,6 @@ use PhpMyAdmin\Controllers\HomeController; use PhpMyAdmin\DatabaseInterface; use PhpMyAdmin\Response; use PhpMyAdmin\Url; -use PhpMyAdmin\Util; if (! defined('PHPMYADMIN')) { exit;