[nasm:master] output/outelf: drop unused structure

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Mon Nov 7 17:12:15 PST 2022


Commit-ID:  39bb9d71a3ccea2e58f2450c455d7bc6ed6772a7
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=39bb9d71a3ccea2e58f2450c455d7bc6ed6772a7
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sun, 9 May 2021 00:59:38 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sun, 9 May 2021 00:59:38 +0300

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 at gmail.com>


---
 output/outelf.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/output/outelf.c b/output/outelf.c
index 12e6f818..f47728ed 100644
--- a/output/outelf.c
+++ b/output/outelf.c
@@ -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[] */


More information about the Nasm-commits mailing list