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>
This commit is contained in:
Cyrill Gorcunov 2021-05-09 00:59:38 +03:00
parent f2a6eb4aac
commit 39bb9d71a3

View file

@ -113,11 +113,6 @@ static int add_sectname(const char *, const char *);
/* First debugging section index */
static int sec_debug;
struct erel {
int offset;
int info;
};
struct symlininfo {
int offset;
int section; /* index into sects[] */