summaryrefslogtreecommitdiff
path: root/cmdtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmdtree.c')
-rw-r--r--cmdtree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdtree.c b/cmdtree.c
index be8dcb5..d52920f 100644
--- a/cmdtree.c
+++ b/cmdtree.c
@@ -41,7 +41,6 @@ static XIC xic;
#include "cfg.h"
-
static int
cmdstack_push_(struct command *children, int nchildren) {
if (cmdstack_ptr + 1 >= CMDSTACK_SIZE)