]> Sergey Matveev's repositories - nnn.git/commitdiff
Remove unused global variable
authorsin <sin@2f30.org>
Tue, 21 Oct 2014 10:35:57 +0000 (11:35 +0100)
committersin <sin@2f30.org>
Tue, 21 Oct 2014 10:35:57 +0000 (11:35 +0100)
noice.c

diff --git a/noice.c b/noice.c
index 22bec3be3b007d4870d6c353fa94faa461b1f818..59389ef006ac203e6dd6b189939cd080f55a327d 100644 (file)
--- 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);