Remove unused global variable errmsg

This commit is contained in:
Petar Kapris 2020-12-18 16:19:39 +01:00
parent 311fe03ec8
commit 80e7839b97

View file

@ -137,7 +137,6 @@ struct config_ent {
}; };
struct config_ent *config[MAXLINES + 1]; struct config_ent *config[MAXLINES + 1];
char errmsg[256];
char dev[sizeof(utmpp->ut_line) + 1]; char dev[sizeof(utmpp->ut_line) + 1];
unsigned char limit_type; unsigned char limit_type;
int configline = 0; int configline = 0;