removed unused variable

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@573 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 2005-08-18 11:56:07 +00:00
parent eca25a0ae1
commit b8e6fee3c3
1 changed files with 0 additions and 1 deletions

View File

@ -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));