mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
Remove debug printout from 9dd9181427
This commit is contained in:
@@ -248,8 +248,6 @@ _bfd_real_fopen (const char *filename, const char *modes)
|
||||
MultiByteToWideChar (cp, 0, modes, -1, modesW, sizeof(modesW));
|
||||
|
||||
FILE * file = _wfopen (fullPath, modesW);
|
||||
if (!file)
|
||||
perror("Error opening file");
|
||||
free (fullPath);
|
||||
|
||||
return close_on_exec (file);
|
||||
|
||||
Reference in New Issue
Block a user