mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2012-02-02 Tristan Gingold <gingold@adacore.com>
* bfdio.c (real_fopen): Remove unused vms_modes variable.
This commit is contained in:
parent
f149aabd96
commit
7c4f9963c7
@ -1,3 +1,7 @@
|
||||
2012-02-02 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* bfdio.c (real_fopen): Remove unused vms_modes variable.
|
||||
|
||||
2012-02-02 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* mach-o.c (bfd_mach_o_read_header): Silent uninitialized
|
||||
|
@ -87,7 +87,6 @@ FILE *
|
||||
real_fopen (const char *filename, const char *modes)
|
||||
{
|
||||
#ifdef VMS
|
||||
char vms_modes[4];
|
||||
char *vms_attr;
|
||||
|
||||
/* On VMS, fopen allows file attributes as optionnal arguments.
|
||||
|
Loading…
Reference in New Issue
Block a user