openssh: remove login class restrictions leftovers

MFC after:	2 weeks
Fixes:		27ceebbc24 ("openssh: simplify login class...")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-09-02 17:13:29 -04:00
parent 258f5f79bb
commit ba91e31f47

View file

@ -260,10 +260,6 @@ input_userauth_request(int type, u_int32_t seq, struct ssh *ssh)
char *user, *service, *method, *style = NULL;
int authenticated = 0;
double tstart = monotime_double();
#ifdef HAVE_LOGIN_CAP
login_cap_t *lc;
const char *from_host, *from_ip;
#endif
if (authctxt == NULL)
fatal("input_userauth_request: no authctxt");