diff options
| author | 2018-07-27 17:47:05 +0000 | |
|---|---|---|
| committer | 2018-07-27 17:47:05 +0000 | |
| commit | 28360464c630f8148260e78ecf53d9c073d2aa34 (patch) | |
| tree | 8e8c591a873e196ca18f16f6b77e01849207af24 /usr.bin/mandoc/mdoc_html.c | |
| parent | sync (diff) | |
| download | wireguard-openbsd-28360464c630f8148260e78ecf53d9c073d2aa34.tar.xz wireguard-openbsd-28360464c630f8148260e78ecf53d9c073d2aa34.zip | |
garbage collect the unused "#define INDENT"
Diffstat (limited to 'usr.bin/mandoc/mdoc_html.c')
| -rw-r--r-- | usr.bin/mandoc/mdoc_html.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mandoc/mdoc_html.c b/usr.bin/mandoc/mdoc_html.c index ca3ffa8e10c..5d5d35d2af5 100644 --- a/usr.bin/mandoc/mdoc_html.c +++ b/usr.bin/mandoc/mdoc_html.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdoc_html.c,v 1.184 2018/06/25 16:54:55 schwarze Exp $ */ +/* $OpenBSD: mdoc_html.c,v 1.185 2018/07/27 17:47:05 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze <schwarze@openbsd.org> @@ -32,8 +32,6 @@ #include "html.h" #include "main.h" -#define INDENT 5 - #define MDOC_ARGS const struct roff_meta *meta, \ struct roff_node *n, \ struct html *h |
