Remove asserts
This commit is contained in:
parent
9aa015a57a
commit
f31084da84
1 changed files with 0 additions and 2 deletions
|
@ -73,10 +73,8 @@ end
|
|||
--! Returns an iterator over all the subtags of @a cfg with the given @a name.
|
||||
function helper.child_range(cfg, tag)
|
||||
local iter, state, i = ipairs(cfg)
|
||||
assert(state == cfg)
|
||||
local function f(s)
|
||||
local c
|
||||
assert(s == cfg)
|
||||
repeat
|
||||
i,c = iter(s,i)
|
||||
if not c then return end
|
||||
|
|
Loading…
Add table
Reference in a new issue