=================================================================== RCS file: /cvs/mandoc/mdoc_man.c,v retrieving revision 1.127 retrieving revision 1.128 diff -u -p -r1.127 -r1.128 --- mandoc/mdoc_man.c 2018/08/17 20:33:37 1.127 +++ mandoc/mdoc_man.c 2018/08/23 19:33:27 1.128 @@ -1,4 +1,4 @@ -/* $Id: mdoc_man.c,v 1.127 2018/08/17 20:33:37 schwarze Exp $ */ +/* $Id: mdoc_man.c,v 1.128 2018/08/23 19:33:27 schwarze Exp $ */ /* * Copyright (c) 2011-2018 Ingo Schwarze * @@ -597,19 +597,6 @@ print_count(int *count) (void)snprintf(buf, sizeof(buf), "%d.\\&", ++*count); print_word(buf); -} - -void -man_man(void *arg, const struct roff_man *man) -{ - - /* - * Dump the keep buffer. - * We're guaranteed by now that this exists (is non-NULL). - * Flush stdout afterward, just in case. - */ - fputs(mparse_getkeep(man_mparse(man)), stdout); - fflush(stdout); } void