Cygwin: dll_list: drop FILE_BASIC_INFORMATION

Querying FILE_BASIC_INFORMATION is needless since using win pid+threadid
for forkables dirname rather than newest last write time.
This commit is contained in:
Michael Haubenwallner
2019-04-30 16:14:09 +02:00
committed by Corinna Vinschen
parent a4e62e3a4c
commit 4c79da8017
3 changed files with 3 additions and 6 deletions

View File

@@ -59,7 +59,6 @@ struct dll
DWORD image_size;
void* preferred_base;
PWCHAR modname;
FILE_BASIC_INFORMATION fbi;
FILE_INTERNAL_INFORMATION fii;
PWCHAR forkable_ntname;
WCHAR ntname[1]; /* must be the last data member */