From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 977313858D35; Tue, 16 Apr 2024 11:00:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 977313858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713265234; bh=6zCiQpWJkKTaChYys7wCKrNXGptS+SFqmGkG4jx2fC8=; h=From:To:Subject:Date:From; b=dALk6Vdsd2oKqAfysSSL84FFYMIHK1kWkTRQqeg4ZNfM3yPF2XEYtRhjiZbRr91kV 0VVobqi2DsA7CsG9GvD3i4yIene20C++lOsTML9/uafe2l+NLbbqHbNSsNX2+wm+n3 BDNKpW9cqyvEcluT7bQz2c6Pn+Rz9Jd/z+XeR56I= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: binutils-cvs@sourceware.org Subject: [binutils-gdb] Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133 X-Act-Checkin: binutils-gdb X-Git-Author: Simon Cook X-Git-Refname: refs/heads/master X-Git-Oldrev: bc69768ab6783b3d1d8361f57ab76a1337028890 X-Git-Newrev: ab0a395b54db4c5492806fa7865bbdddce80ece3 Message-Id: <20240416110034.977313858D35@sourceware.org> Date: Tue, 16 Apr 2024 11:00:34 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dab0a395b54db= 4c5492806fa7865bbdddce80ece3 commit ab0a395b54db4c5492806fa7865bbdddce80ece3 Author: Simon Cook 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 *mode= s) MultiByteToWideChar (cp, 0, modes, -1, modesW, sizeof(modesW)); =20 FILE * file =3D _wfopen (fullPath, modesW); - if (!file) - perror("Error opening file"); free (fullPath); =20 return close_on_exec (file);