From 67522702ac96b8432c7ccabeaa162a5a88b5780f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 28 Aug 2010 12:54:22 +0200 Subject: s3: Those functions are no macros anymore :-) --- source3/auth/pampass.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3') 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) { -- cgit