summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
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