From 532350877322cd3446cfa65459e82a45d5cef76c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 23 Nov 2012 14:58:38 +0100 Subject: replace: Remove deprecated getpass() support. Reviewed-by: Jelmer Vernooij --- lib/replace/system/passwd.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/replace/system') diff --git a/lib/replace/system/passwd.h b/lib/replace/system/passwd.h index 223324c4b4..8257e066ac 100644 --- a/lib/replace/system/passwd.h +++ b/lib/replace/system/passwd.h @@ -67,17 +67,6 @@ #include #endif -#if !defined(getpass) -#ifdef REPLACE_GETPASS -#if defined(REPLACE_GETPASS_BY_GETPASSPHRASE) -#define getpass(prompt) getpassphrase(prompt) -#else -#define getpass(prompt) rep_getpass(prompt) -char *rep_getpass(const char *prompt); -#endif -#endif -#endif - #ifndef NGROUPS_MAX #define NGROUPS_MAX 32 /* Guess... */ #endif -- cgit