Skip to content
Snippets Groups Projects
Commit 2fff13c2 authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Drop unused use statement.

parent 9d90dfd9
Branches
Tags
No related merge requests found
<?php <?php
use Zend\Loader\AutoloaderFactory;
// If the XHProf profiler is enabled, set it up now: // If the XHProf profiler is enabled, set it up now:
$xhprof = getenv('VUFIND_PROFILER_XHPROF'); $xhprof = getenv('VUFIND_PROFILER_XHPROF');
if (!empty($xhprof)) { if (!empty($xhprof)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment