summaryrefslogtreecommitdiff
path: root/src/_libelftc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_libelftc.h')
-rw-r--r--src/_libelftc.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/_libelftc.h b/src/_libelftc.h
index 541c164..283e50f 100644
--- a/src/_libelftc.h
+++ b/src/_libelftc.h
@@ -30,19 +30,6 @@
#include <stdbool.h>
-#include "_elftc.h"
-
-struct _Bfd_Target {
- const char *bt_name; /* target name. */
- unsigned int bt_type; /* target type. */
- unsigned int bt_byteorder; /* elf target byteorder. */
- unsigned int bt_elfclass; /* elf target class (32/64bit). */
- unsigned int bt_machine; /* elf target arch. */
- unsigned int bt_osabi; /* elf target abi. */
-};
-
-extern struct _Bfd_Target _libelftc_targets[];
-
/** @brief Dynamic vector data for string. */
struct vector_str {
/** Current size */