diff options
Diffstat (limited to 'source3/auth/pampass.c')
-rw-r--r-- | source3/auth/pampass.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index 7c09c1630a..8ee33cc2b0 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -59,10 +59,6 @@ struct smb_pam_userdata { typedef int (*smb_pam_conv_fn)(int, const struct pam_message **, struct pam_response **, void *appdata_ptr); -/* - * Macros to help make life easy - */ - static char *smb_pam_copy_string(const char *s) { if (s == NULL) { |