summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 35c5a598..dca0bdeb 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -363,8 +363,6 @@ struct mdoc_block {
/* In-line element node. */
struct mdoc_elem {
- size_t sz;
- char **args;
size_t argc;
struct mdoc_arg *argv;
};