Drop unused use statement

This commit is contained in:
Johannes Meyer 2014-10-30 15:06:14 +01:00
parent c1bff9a26e
commit 1bd1b58d46
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ use LogicException;
use Zend_Db_Adapter_Pdo_Mysql;
use Zend_Db_Adapter_Pdo_Pgsql;
use Icinga\Util\File;
use Icinga\Application\Platform;
use Icinga\Exception\ConfigurationError;
/**