aboutsummaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-07-27 00:06:19 +0000
committerKevin Buettner <kevinb@redhat.com>2002-07-27 00:06:19 +0000
commitab2eaf26c33b97a9c89c8b88db6c8b9cd5d6a976 (patch)
treedee72d98a115fe41a3e42b86d6612afc23a1010c /gdb/aix-thread.c
parent7be965d9948bdd0e77e180ac606673c42d7fa526 (diff)
downloadfsf-binutils-gdb-ab2eaf26c33b97a9c89c8b88db6c8b9cd5d6a976.zip
fsf-binutils-gdb-ab2eaf26c33b97a9c89c8b88db6c8b9cd5d6a976.tar.gz
fsf-binutils-gdb-ab2eaf26c33b97a9c89c8b88db6c8b9cd5d6a976.tar.bz2
Delete disabled code.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c
index 644a9fc..6d62eea 100644
--- a/gdb/aix-thread.c
+++ b/gdb/aix-thread.c
@@ -51,18 +51,10 @@
#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>