mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed unused variables
This commit is contained in:
@@ -142,7 +142,7 @@ function get_userid($username) {
|
||||
}
|
||||
|
||||
|
||||
function deluser($username) {
|
||||
function deluser() {
|
||||
// not supported so return 0
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user