mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Remove unused functions (#15371)
* Remove unused functions inline other legacy functions * Apply fixes from StyleCI --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<?php
|
||||
|
||||
$smokeping_files = get_smokeping_files($device);
|
||||
$smokeping = new \LibreNMS\Util\Smokeping(DeviceCache::getPrimary());
|
||||
$smokeping_files = $smokeping->findFiles();
|
||||
|
Reference in New Issue
Block a user