summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parse.c b/src/parse.c
index 54ac137..b801193 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -100,9 +100,6 @@ struct MessageTree
static struct MessageTree msg_tree;
-/*
- * NOTE: parse() should not be called recursively by other functions!
- */
static char *sender;
static char *para[MAXPARA + 2]; /* <prefix> + <params> + NULL */