Cygwin: Remove reading of PE for section flags from dumper

This commit is contained in:
Jon Turney
2020-07-04 15:51:14 +01:00
parent b40983eda1
commit 0302c69164
4 changed files with 3 additions and 114 deletions

View File

@@ -133,8 +133,6 @@ extern int deb_printf ( const char* format, ... );
extern char* psapi_get_module_name ( HANDLE hProcess, LPVOID BaseAddress );
extern int parse_pe ( const char* file_name, exclusion* excl_list );
extern BOOL verbose;
#endif