diff --git a/module/VuFind/src/VuFind/ILS/Driver/LBS4.php b/module/VuFind/src/VuFind/ILS/Driver/LBS4.php
index 68d554116ca21046d64bcd2f80fdbec0352be992..33d2076292a503b7b642f9e809afb2005fea6783 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/LBS4.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/LBS4.php
@@ -26,7 +26,6 @@
 namespace VuFind\ILS\Driver;
 use VuFind\Exception\ILS as ILSException;
 use VuFind\I18n\Translator\TranslatorAwareInterface;
-use VuFindHttp\HttpService as Service;
 use VuFind\ILS\Driver\AbstractBase as AbstractBase;
 
 /**