Remove unused global variable

This commit is contained in:
sin 2014-10-21 11:35:57 +01:00
parent d330033c4f
commit d7d40366bd
1 changed files with 0 additions and 2 deletions

View File

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