summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-10-15 23:35:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-10-15 23:35:55 +0000
commit8b031eb4b738371ee017dd07426252443d1760db (patch)
tree0f1890625db718062f2b7674263c087eac5d9e3c /roff.c
parent361ff0b4e991ad1bda470683e5c0b8d678c45a6d (diff)
downloadmandoc-8b031eb4b738371ee017dd07426252443d1760db.tar.gz
Delete two preprocessor constants that are no longer used.
Patch from Michael Reed <m dot reed at mykolab dot com>.
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/roff.c b/roff.c
index 2dd51432..5fdd66c1 100644
--- a/roff.c
+++ b/roff.c
@@ -33,9 +33,6 @@
#include "roff_int.h"
#include "libroff.h"
-/* Maximum number of nested if-else conditionals. */
-#define RSTACK_MAX 128
-
/* Maximum number of string expansions per line, to break infinite loops. */
#define EXPAND_LIMIT 1000