* bfdio.c (real_fopen): Remove unused vms_modes variable.
@ -1,3 +1,7 @@
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.