mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
Remove debug printout from 9dd9181427
This commit is contained in:
parent
bc69768ab6
commit
ab0a395b54
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user