summaryrefslogtreecommitdiffstats
path: root/man_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_macro.c')
-rw-r--r--man_macro.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/man_macro.c b/man_macro.c
index 42d42279..50dd477d 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -120,8 +120,6 @@ man_unscope(struct man *m, const struct man_node *to,
assert(to);
- if (MAN_ROOT == m->last->type)
- return(1);
m->next = MAN_NEXT_SIBLING;
/* LINTED */