X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/de2a1122a661dd4bd4004854891d44e87d63c6c2..41c83570cd0b176c663b583e5990f9869f214754:/mdoc.c diff --git a/mdoc.c b/mdoc.c index 8ea579b6..9c170e6e 100644 --- a/mdoc.c +++ b/mdoc.c @@ -1,4 +1,4 @@ -/* $Id: mdoc.c,v 1.269 2018/08/17 20:33:37 schwarze Exp $ */ +/* $Id: mdoc.c,v 1.270 2018/12/04 02:53:51 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2012-2018 Ingo Schwarze @@ -155,15 +155,6 @@ mdoc_elem_alloc(struct roff_man *mdoc, int line, int pos, mdoc->next = ROFF_NEXT_CHILD; } -void -mdoc_node_relink(struct roff_man *mdoc, struct roff_node *p) -{ - - roff_node_unlink(mdoc, p); - p->prev = p->next = NULL; - roff_node_append(mdoc, p); -} - /* * Parse free-form text, that is, a line that does not begin with the * control character.