diff --git a/mod/box/box_lua.m b/mod/box/box_lua.m index 0a5087d16e6107db622e5454969766f0c3f5ff2c..b4af76ca5f2036b62e38948c478b89c449e403b4 100644 --- a/mod/box/box_lua.m +++ b/mod/box/box_lua.m @@ -381,10 +381,6 @@ void append_key_part(struct lua_State *L, int i, * the iterator with one or several Lua scalars * (numbers, strings) and start iteration from an * offset. - * - * @todo/FIXME: Currently we always store iteration - * state within index. This limits the total - * amount of active iterators to 1. */ static int lbox_index_next(struct lua_State *L)