daily update
[deliverable/binutils-gdb.git] / bfd / plugin.c
index 733ba71adf76682f8a8ed1dd69ec2e6a4456ef59..13192034880b0e81ff7fb389bef48fed2795fb67 100644 (file)
@@ -19,7 +19,6 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include "config.h"
 #include "sysdep.h"
 #include "bfd.h"
 
@@ -138,7 +137,7 @@ add_symbols (void * handle,
 {
   bfd *abfd = handle;
   struct plugin_data_struct *plugin_data =
-    bfd_alloc (abfd, sizeof (plugin_data_struct));;
+    bfd_alloc (abfd, sizeof (plugin_data_struct));
 
   plugin_data->nsyms = nsyms;
   plugin_data->syms = syms;
This page took 0.023985 seconds and 4 git commands to generate.