Removed unused StatsManager methods

Removed unused get_real_epochs.lua
This commit is contained in:
Luca Deri 2015-10-01 23:36:16 +02:00
parent 68817118c4
commit 29513c466b
7 changed files with 6 additions and 145 deletions

View file

@ -844,6 +844,7 @@ end
-- Windows fixes for interfaces with "uncommon chars"
function purifyInterfaceName(interface_name)
-- io.write(debug.traceback().."\n")
interface_name = string.gsub(interface_name, "@", "_")
interface_name = string.gsub(interface_name, ":", "_")
return(interface_name)