summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-27 03:05:12 +0100
committernorly <ny-git@enpas.org>2013-06-27 03:05:12 +0100
commitc76af00e00b540ce7ddbc44d145bc2e70927a799 (patch)
tree035750082f248e86d5292c81bf59bcffe0706d21 /include
parent16cb3c59381ffa9ea5d9cc5c70be4851ef8f17b9 (diff)
Remove unneeded struct member and fix references to it
Diffstat (limited to 'include')
-rw-r--r--include/libelfu/types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libelfu/types.h b/include/libelfu/types.h
index ab9f76c..d6a7584 100644
--- a/include/libelfu/types.h
+++ b/include/libelfu/types.h
@@ -68,7 +68,6 @@ typedef struct ElfuScn {
struct ElfuReltab reltab;
CIRCLEQ_ENTRY(ElfuScn) elemChildScn;
- CIRCLEQ_ENTRY(ElfuScn) elem;
} ElfuScn;