aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdoc.h b/mdoc.h
index fdd5585d..83c73bb4 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.33 2009/02/23 09:33:34 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.34 2009/02/24 12:20:52 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;
};