summaryrefslogtreecommitdiff
path: root/lib/replace/system/passwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace/system/passwd.h')
-rw-r--r--lib/replace/system/passwd.h11
1 files changed, 0 insertions, 11 deletions
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 <compat.h>
#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