public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133
@ 2024-04-16 11:00 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2024-04-16 11:00 UTC (permalink / raw)
  To: binutils-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ab0a395b54db4c5492806fa7865bbdddce80ece3

commit ab0a395b54db4c5492806fa7865bbdddce80ece3
Author: Simon Cook <simon.cook@embecosm.com>
Date:   Tue Apr 16 11:54:08 2024 +0100

    Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133

Diff:
---
 bfd/bfdio.c | 2 --
 1 file changed, 2 deletions(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-16 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 11:00 [binutils-gdb] Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133 Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).