From: Simon Cook Date: Tue, 16 Apr 2024 10:54:08 +0000 (+0100) Subject: Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133 X-Git-Tag: gdb-15-branchpoint~400 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab0a395b54db4c5492806fa7865bbdddce80ece3;p=thirdparty%2Fbinutils-gdb.git Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133 --- diff --git a/bfd/bfdio.c b/bfd/bfdio.c index a69c1c31cfa..2a7f77fa8d4 100644 --- a/bfd/bfdio.c +++ b/bfd/bfdio.c @@ -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);