From 2fff13c22c0c095a2b2148a400b487f47a01f4e5 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 11 Jul 2018 10:23:43 -0400 Subject: [PATCH] Drop unused use statement. --- public/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/index.php b/public/index.php index e7013561ed8..50aa986dc3b 100644 --- a/public/index.php +++ b/public/index.php @@ -1,6 +1,4 @@ <?php -use Zend\Loader\AutoloaderFactory; - // If the XHProf profiler is enabled, set it up now: $xhprof = getenv('VUFIND_PROFILER_XHPROF'); if (!empty($xhprof)) { -- GitLab