Delete disabled code.

This commit is contained in:
Kevin Buettner 2002-07-27 00:06:19 +00:00
parent 7be965d994
commit ab2eaf26c3
2 changed files with 5 additions and 8 deletions

View 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)

View File

@ -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>