summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 08884302..2c03da2a 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -333,7 +333,6 @@ main(int argc, char *argv[])
argv += optind;
memset(&info, 0, sizeof(BTREEINFO));
- info.lorder = 4321;
info.flags = R_DUP;
mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL);