OSDN Git Service

Delete disabled code.
authorkevinb <kevinb>
Sat, 27 Jul 2002 00:06:19 +0000 (00:06 +0000)
committerkevinb <kevinb>
Sat, 27 Jul 2002 00:06:19 +0000 (00:06 +0000)
gdb/ChangeLog
gdb/aix-thread.c

index c649e78..8cc58ca 100644 (file)
@@ -1,5 +1,10 @@
 2002-07-26  Kevin Buettner  <kevinb@redhat.com>
 
+       * aix-thread.c: (coff/internal.h, bfd/libcoff.h, pthread.h): Remove
+       disabled (via ``#if 0'') includes.
+
+2002-07-26  Kevin Buettner  <kevinb@redhat.com>
+
        * aix-thread.c (special_register_p, supply_sprs64, supply_sprs32)
        (fetch_regs_user_thread, fetch_regs_kernel_thread, fill_sprs64)
        (fill_sprs32, store_regs_user_thread, store_regs_kernel_thread):
index 644a9fc..6d62eea 100644 (file)
 #include "language.h"          /* for local_hex_string() */
 #include "ppc-tdep.h"
 
-#if 0
-#include "coff/internal.h"     /* for libcoff.h */
-#include "bfd/libcoff.h"       /* for xcoff_data */
-#endif
-
 #include <procinfo.h>
 #include <sys/types.h>
 #include <sys/ptrace.h>
 #include <sys/reg.h>
-#if 0
-#include <pthread.h>
-#endif
 #include <sched.h>
 #include <sys/pthdebug.h>