summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-08-10 02:28:17 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-08-10 02:28:17 -0700
commit9084beb1bb7e985e3d954081e15b4d469047f1b0 (patch)
treed96adee24ac6532ad35adf1fd0914a7bec4ea013 /include
parent355bfb879de7e42215dd3f3a3631301705420715 (diff)
downloadnasm-9084beb1bb7e985e3d954081e15b4d469047f1b0.tar.gz
Clean up backend format names
The backend format names were rather redundant and not always helpful. Do some cleanup. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include')
-rw-r--r--include/nasm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/nasm.h b/include/nasm.h
index 59d95682..f108bdfa 100644
--- a/include/nasm.h
+++ b/include/nasm.h
@@ -974,7 +974,6 @@ struct ofmt {
*/
struct ofmt_alias {
const char *shortname;
- const char *fullname;
const struct ofmt *ofmt;
};