From: Jo-Philipp Wich Date: Wed, 17 Oct 2012 13:32:26 +0000 (+0200) Subject: lua: remove a superfluous lua_pop() when checking table style X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=commitdiff_plain;h=77eefb3bdd1ccc8fa221dcfb181cde578a960932 lua: remove a superfluous lua_pop() when checking table style --- diff --git a/lua/ubus.c b/lua/ubus.c index bdf924a..cbda37a 100644 --- a/lua/ubus.c +++ b/lua/ubus.c @@ -152,7 +152,6 @@ ubus_lua_format_blob_is_array(lua_State *L) prv = cur; } - lua_pop(L, 1); return true; }