]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133
authorSimon Cook <simon.cook@embecosm.com>
Tue, 16 Apr 2024 10:54:08 +0000 (11:54 +0100)
committerNick Clifton <nickc@redhat.com>
Tue, 16 Apr 2024 10:59:41 +0000 (11:59 +0100)
bfd/bfdio.c

index a69c1c31cfad4097afbb1d365e6f0f4471c7e58b..2a7f77fa8d457ff86ff63cd0cffbdca2f8e64be3 100644 (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);