mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +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));
|
MultiByteToWideChar (cp, 0, modes, -1, modesW, sizeof(modesW));
|
||||||
|
|
||||||
FILE * file = _wfopen (fullPath, modesW);
|
FILE * file = _wfopen (fullPath, modesW);
|
||||||
if (!file)
|
|
||||||
perror("Error opening file");
|
|
||||||
free (fullPath);
|
free (fullPath);
|
||||||
|
|
||||||
return close_on_exec (file);
|
return close_on_exec (file);
|
||||||
|
Loading…
Reference in New Issue
Block a user