elua: remove irrelevant comment

This commit is contained in:
Daniel Kolesa 2015-03-06 14:29:37 +00:00
parent bcc5ba83b3
commit e75cf0db13
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ local disconnect = function(self, ename, func)
if not cbs then
return false
end
-- TODO: make a hash table for func-to-index conversions
local cbi = eo_cbidcache[addr]
assert(cbi)
local cidx = cbi[func]