Skip to content

Commit 39bb9d7

Browse files
committed
output/outelf: drop unused structure
The erel structure left from times when we've been merging separate elf32/32x/64 files. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent f2a6eb4 commit 39bb9d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

output/outelf.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ static int add_sectname(const char *, const char *);
113113
/* First debugging section index */
114114
static int sec_debug;
115115

116-
struct erel {
117-
int offset;
118-
int info;
119-
};
120-
121116
struct symlininfo {
122117
int offset;
123118
int section; /* index into sects[] */

0 commit comments

Comments
 (0)