summaryrefslogtreecommitdiff
path: root/include/nasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nasm.h')
-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;
};