removed unused variable
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@573 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.2
parent
eca25a0ae1
commit
b8e6fee3c3
|
@ -97,7 +97,6 @@ int f_file_mtime(lua_State *L) {
|
|||
int f_dir_files_iter(lua_State *L) {
|
||||
DIR *d;
|
||||
struct dirent *de;
|
||||
int n = lua_gettop(L);
|
||||
|
||||
d = lua_touserdata(L, lua_upvalueindex(1));
|
||||
|
||||
|
|
Loading…
Reference in New Issue