Remove debug printout from 9dd918142787246ea7ed53494d9cbc6b51486133
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 @@ 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);