Skip to content
Snippets Groups Projects
Commit 4a6e965c authored by neil's avatar neil
Browse files

Remove unused variable

git-svn-id: http://svn.net-core.org/repos/t-engine4@604 51575b47-30f0-44d4-a5cc-537603b46e54
parent e3a3835c
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,6 @@ static int errfile (lua_State *L, const char *what, int fnameindex) {
LUALIB_API int luaL_loadfile (lua_State *L, const char *filename) {
LoadF lf;
int status, readstatus = 0;
int c;
int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */
lf.extraline = 0;
lua_pushfstring(L, "@%s", filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment