mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Remove dead code
This commit is contained in:
parent
b7856ad0e9
commit
47f248c8ed
1 changed files with 0 additions and 4 deletions
|
|
@ -720,10 +720,6 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function alerts_api.host_delta_val(metric_name, granularity, curr_val, skip_first)
|
||||
return(delta_val(host --[[ the host Lua reg ]], metric_name, granularity, curr_val, skip_first))
|
||||
end
|
||||
|
||||
function alerts_api.interface_delta_val(metric_name, granularity, curr_val, skip_first)
|
||||
return(delta_val(interface --[[ the interface Lua reg ]], metric_name, granularity, curr_val, skip_first))
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue