mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove unused global variable
This commit is contained in:
parent
d330033c4f
commit
d7d40366bd
2
noice.c
2
noice.c
|
@ -75,8 +75,6 @@ SLIST_HEAD(histhead, history) histhead = SLIST_HEAD_INITIALIZER(histhead);
|
||||||
* '------
|
* '------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int die = 0;
|
|
||||||
|
|
||||||
void printmsg(char *msg);
|
void printmsg(char *msg);
|
||||||
void printwarn(void);
|
void printwarn(void);
|
||||||
void printerr(int ret, char *prefix);
|
void printerr(int ret, char *prefix);
|
||||||
|
|
Loading…
Reference in a new issue