From e0259a82ddd950cfb109ddee86fcebbc09c6bd04 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 15 Oct 2016 04:34:46 +1100 Subject: Remove do_pam_set_tty which is dead code. The callers of do_pam_set_tty were removed in 2008, so this is now dead code. bz#2604, pointed out by jjelen at redhat.com. --- auth-pam.h | 1 - 1 file changed, 1 deletion(-) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index f9a3fbf43..c47b442e4 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -29,7 +29,6 @@ void start_pam(Authctxt *); void finish_pam(void); u_int do_pam_account(void); void do_pam_session(void); -void do_pam_set_tty(const char *); void do_pam_setcred(int ); void do_pam_chauthtok(void); int do_pam_putenv(char *, char *); -- cgit v1.2.3