Address some cppcheck complaints

This commit is contained in:
Martin Vierula
2022-08-31 13:19:45 -07:00
parent b0b459d3a1
commit 648cad380e
4 changed files with 1 additions and 6 deletions

View File

@@ -329,7 +329,6 @@ int Lua::setvar(lua_State *L) {
std::string collection;
std::string variableName;
int nargs = lua_gettop(L);
char *chr = NULL;
size_t pos;
void *z(NULL);