From 100103224303bbce23e26c8bd027de4616ffcb13 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Mon, 13 Feb 2012 18:29:49 +0400 Subject: [PATCH] Remove an obsolete comment. --- mod/box/box_lua.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mod/box/box_lua.m b/mod/box/box_lua.m index 0a5087d16e..b4af76ca5f 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) -- GitLab