diff options
-rw-r--r-- | mdoc_argv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c index 1cdd0582..613bfa53 100644 --- a/mdoc_argv.c +++ b/mdoc_argv.c @@ -221,7 +221,6 @@ int mdoc_argv(struct mdoc *m, int line, int tok, struct mdoc_arg **v, int *pos, char *buf) { - int i; char *p, sv; struct mdoc_argv tmp; struct mdoc_arg *arg; @@ -233,7 +232,6 @@ mdoc_argv(struct mdoc *m, int line, int tok, /* Parse through to the first unescaped space. */ - i = *pos; p = &buf[++(*pos)]; assert(*pos > 0); |