dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 309495 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

................
  r309495 | mnicholson | 2011-03-04 12:10:23 -0600 (Fri, 04 Mar 2011) | 9 lines
  
  Merged revisions 309494 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.6.2
  
  ........
    r309494 | mnicholson | 2011-03-04 11:55:57 -0600 (Fri, 04 Mar 2011) | 2 lines
    
    remove mysterious lua_pushvalue() that is never used
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@309496 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mnicholson 2011-03-04 18:11:43 +00:00
parent f9ceee6691
commit 2889666fda
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,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);