From ab0a395b54db4c5492806fa7865bbdddce80ece3 Mon Sep 17 00:00:00 2001 From: Simon Cook Date: Tue, 16 Apr 2024 11:54:08 +0100 Subject: Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133 --- bfd/bfdio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfd/bfdio.c b/bfd/bfdio.c index a69c1c3..2a7f77f 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); -- cgit v1.1