summaryrefslogtreecommitdiffstats
path: root/mdoc_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_argv.c')
-rw-r--r--mdoc_argv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c
index 6ac75d04..1d8cbcd3 100644
--- a/mdoc_argv.c
+++ b/mdoc_argv.c
@@ -756,11 +756,9 @@ static int
argv_multi(struct mdoc *mdoc, int line,
struct mdoc_argv *v, int *pos, char *buf)
{
- int c, ppos;
+ int c;
char *p;
- ppos = *pos;
-
for (v->sz = 0; ; v->sz++) {
if ('-' == buf[*pos])
break;