From d7d40366bdaf521573f0f6f6e7cd4d4c16125f46 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 11:35:57 +0100 Subject: [PATCH] Remove unused global variable --- noice.c | 2 -- 1 file changed, 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);