Completed
Pull Request — master (#8160)
by
unknown
09:09 queued 04:37
created
includes/functions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use LibreNMS\Exceptions\HostIpExistsException;
17 17
 use LibreNMS\Exceptions\HostUnreachableException;
18 18
 use LibreNMS\Exceptions\HostUnreachablePingException;
19
-use LibreNMS\Exceptions\InvalidIpException;
20 19
 use LibreNMS\Exceptions\InvalidPortAssocModeException;
21 20
 use LibreNMS\Exceptions\LockException;
22 21
 use LibreNMS\Exceptions\SnmpVersionUnsupportedException;
Please login to merge, or discard this patch.
tests/OSModulesTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,6 @@
 block discarded – undo
25 25
 
26 26
 namespace LibreNMS\Tests;
27 27
 
28
-use LibreNMS\Config;
29
-use LibreNMS\Device\Processor;
30 28
 use LibreNMS\Util\ModuleTestHelper;
31 29
 
32 30
 class OSModulesTest extends DBTestCase
Please login to merge, or discard this patch.