From: sin Date: Tue, 21 Oct 2014 10:35:57 +0000 (+0100) Subject: Remove unused global variable X-Git-Tag: v1.0~92^2~212 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d7d40366bdaf521573f0f6f6e7cd4d4c16125f46;p=nnn.git Remove unused global variable --- diff --git a/noice.c b/noice.c index 22bec3be..59389ef0 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);