summaryrefslogtreecommitdiff
path: root/include/libelfu/modeltypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libelfu/modeltypes.h')
-rw-r--r--include/libelfu/modeltypes.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/libelfu/modeltypes.h b/include/libelfu/modeltypes.h
index 18f6671..33a68a3 100644
--- a/include/libelfu/modeltypes.h
+++ b/include/libelfu/modeltypes.h
@@ -6,17 +6,11 @@
#include <elf.h>
#include <gelf.h>
-typedef struct ElfuData {
- Elf_Data data;
-
- CIRCLEQ_ENTRY(ElfuData) elem;
-} ElfuData;
-
typedef struct ElfuScn {
GElf_Shdr shdr;
- CIRCLEQ_HEAD(DataList, ElfuData) dataList;
+ Elf_Data data;
CIRCLEQ_ENTRY(ElfuScn) elem;
} ElfuScn;