lua: remove a superfluous lua_pop() when checking table style
This commit is contained in:
parent
9c0b821573
commit
77eefb3bdd
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ ubus_lua_format_blob_is_array(lua_State *L)
|
|||
prv = cur;
|
||||
}
|
||||
|
||||
lua_pop(L, 1);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue