aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sin <sin@2f30.org>2014-10-21 11:35:57 +0100
committerGravatar sin <sin@2f30.org>2014-10-21 11:35:57 +0100
commitd7d40366bdaf521573f0f6f6e7cd4d4c16125f46 (patch)
treeecce8c3ab5018f0c6a442b41efca1c3b4c978c7d
parentd330033c4f2c0fb219f1e65a5e40042af34f9120 (diff)
downloadnnn-d7d40366bdaf521573f0f6f6e7cd4d4c16125f46.tar.gz
Remove unused global variable
-rw-r--r--noice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/noice.c b/noice.c
index 22bec3b..59389ef 100644
--- a/noice.c
+++ b/noice.c
@@ -75,8 +75,6 @@ SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
* '------
*/
-int die = 0;
-
void printmsg(char *msg);
void printwarn(void);
void printerr(int ret, char *prefix);