remove mysterious lua_pushvalue() that is never used

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@309494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Matthew Nicholson 16 years ago
parent 305b0f87d4
commit 0524aa83cf

@ -787,7 +787,7 @@ static int lua_sort_extensions(lua_State *L)
int context_name = context - 1;
int context_order;
lua_pushvalue(L, context_name);
/* create the context_order table */
lua_newtable(L);
context_order = lua_gettop(L);

Loading…
Cancel
Save