Remove unused global variable

This commit is contained in:
sin 2014-10-21 11:35:57 +01:00
parent d330033c4f
commit d7d40366bd

View file

@ -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);