Implement P0012R1, Make exception specifications part of the type system.
[deliverable/binutils-gdb.git] / gdb / amd64-dicos-tdep.c
index 6bc74031a1566f647b501220efc01dee3ac0af41..e2749a528c3f56e722d9f00adc6799b3a46bec43 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for DICOS running on x86-64's, for GDB.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 #include "defs.h"
 #include "osabi.h"
-#include "gdb_string.h"
 #include "amd64-tdep.h"
 #include "dicos-tdep.h"
 
 static void
 amd64_dicos_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 {
-  struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
-
   amd64_init_abi (info, gdbarch);
 
   dicos_init_abi (gdbarch);
This page took 0.024172 seconds and 4 git commands to generate.