no more 'globalbag'

This commit is contained in:
Roberto Ierusalimschy
1997-11-27 13:59:25 -02:00
parent 9e029f98b9
commit ef37c87e93
5 changed files with 5 additions and 17 deletions

8
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 1.7 1997/11/21 19:00:46 roberto Exp roberto $
** $Id: lapi.c,v 1.8 1997/11/26 18:53:45 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -191,12 +191,6 @@ lua_Object lua_createtable (void)
}
lua_Object lua_globalbag (void)
{
return put_luaObject(&L->globalbag);
}
lua_Object lua_getglobal (char *name)
{
luaD_checkstack(2); /* may need that to call T.M. */