* fhandler.h (fhandler_netdrive::readdir): Remove useless comment.

This commit is contained in:
Corinna Vinschen 2005-05-13 20:29:31 +00:00
parent b4d72bae47
commit 50361e07d1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-13 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (fhandler_netdrive::readdir): Remove useless comment.
2005-05-13 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (WNetGetResourceParentA): Import.

View File

@ -136,7 +136,6 @@ fhandler_netdrive::readdir (DIR *dir)
return NULL;
}
}
/* FIXME: dot and dot_dot handling */
DWORD cnt = 1;
size = 16384; /* As documented in MSDN. */
nro = (NETRESOURCE *) alloca (size);