diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-10-15 04:34:46 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-10-15 04:34:46 +1100 |
commit | e0259a82ddd950cfb109ddee86fcebbc09c6bd04 (patch) | |
tree | 0d5aece2736c75d9afd0a0c855a243d829250409 /auth-pam.h | |
parent | ca04de83f210959ad2ed870a30ba1732c3ae00e3 (diff) |
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.
Diffstat (limited to 'auth-pam.h')
-rw-r--r-- | auth-pam.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 *); | |||
29 | void finish_pam(void); | 29 | void finish_pam(void); |
30 | u_int do_pam_account(void); | 30 | u_int do_pam_account(void); |
31 | void do_pam_session(void); | 31 | void do_pam_session(void); |
32 | void do_pam_set_tty(const char *); | ||
33 | void do_pam_setcred(int ); | 32 | void do_pam_setcred(int ); |
34 | void do_pam_chauthtok(void); | 33 | void do_pam_chauthtok(void); |
35 | int do_pam_putenv(char *, char *); | 34 | int do_pam_putenv(char *, char *); |