>From 16947952c9fc6d13a57e9febfedd5e46b3b81ca9 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Tue, 21 Jan 2014 11:19:53 +0100 Subject: [PATCH] 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(-) diff --git a/src/sss_client/pam_sss.c b/src/sss_client/pam_sss.c index 35cd53ccee976d79782a157003e89dc4763bfda8..638e211eea01d1f851201c34d95f57189645ea50 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 -- 1.8.4.2