Remove debug printout from 9dd9181427

This commit is contained in:
Simon Cook 2024-04-16 11:54:08 +01:00 committed by Nick Clifton
parent bc69768ab6
commit ab0a395b54

View File

@ -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);