remove used variable

This commit is contained in:
ThePhD 2016-08-17 15:53:26 -04:00
parent 8095c73428
commit d06f2e6458

View File

@ -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);
}