From 88ca28caa4675026d4ab222c9e4ef635da57f610 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 21 Jan 2014 11:19:53 +0100 Subject: CLIENT: Remove unused macros PAM_SM_AUTH, PAM_SM_ACCOUNT, PAM_SM_SESSION, PAM_SM_PASSWORD I cannot find in git history where these macro were used. --- src/sss_client/pam_sss.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sss_client') diff --git a/src/sss_client/pam_sss.c b/src/sss_client/pam_sss.c index 35cd53cce..638e211ee 100644 --- a/src/sss_client/pam_sss.c +++ b/src/sss_client/pam_sss.c @@ -19,11 +19,6 @@ along with this program. If not, see . */ -#define PAM_SM_AUTH -#define PAM_SM_ACCOUNT -#define PAM_SM_SESSION -#define PAM_SM_PASSWORD - #include "config.h" #include #include -- cgit