Add assert in prepare_for_building
[deliverable/binutils-gdb.git] / gdb / i386-windows-nat.c
index 37c61660d37e00c1c55dc391bd3b0631d735911b..9efe18465dc39078aa439309a9860a3207fc7249 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -79,9 +79,6 @@ i386_windows_segment_register_p (int regnum)
   return regnum >= I386_CS_REGNUM && regnum <= I386_GS_REGNUM;
 }
 
-/* -Wmissing-prototypes */
-extern initialize_file_ftype _initialize_i386_windows_nat;
-
 void
 _initialize_i386_windows_nat (void)
 {
This page took 0.025723 seconds and 4 git commands to generate.