Delete disabled code.
authorKevin Buettner <kevinb@redhat.com>
Sat, 27 Jul 2002 00:06:19 +0000 (00:06 +0000)
committerKevin Buettner <kevinb@redhat.com>
Sat, 27 Jul 2002 00:06:19 +0000 (00:06 +0000)
gdb/ChangeLog
gdb/aix-thread.c

index c649e7806b28c267fecfde67f5ee9ed33ec57398..8cc58ca6ad02d04aabe6af7f4dac646cad7d695f 100644 (file)
@@ -1,3 +1,8 @@
+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)
index 644a9fca7f7dc4e51973f732d9dd94111c9a81b8..6d62eea32151bf88c22e12024be73c5f79f57d31 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>