Remove Interface pool (we have the host pool only now)

This commit is contained in:
Alfredo Cardigliano 2022-02-25 18:04:46 +01:00
parent 12d60c01fd
commit ca846f4015
19 changed files with 2 additions and 475 deletions

View file

@ -15,7 +15,6 @@ local pools_lua_utils = {}
-- ##############################################
-- @brief Returns an array of pool Lua class instances, for all available pools
-- e.g., {interface_pools:create(), ...}
function pools_lua_utils.all_pool_instances_factory()
local pools_dir = os_utils.fixPath(dirs.installdir .. "/scripts/lua/modules/pools/")
local res = {}