mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
remove used variable
This commit is contained in:
parent
8095c73428
commit
d06f2e6458
@ -93,7 +93,6 @@ namespace sol {
|
||||
lua_pop(L, 1);
|
||||
continue;
|
||||
}
|
||||
std::size_t i = static_cast<std::size_t>(li);
|
||||
arr.push_back(stack::get<V>(L, -1));
|
||||
lua_pop(L, 1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user