mingw: get rid of getpass implementation

There's no remaining call-sites, and as pointed out in the
previous commit message, it's not quite ideal. So let's just
lose it.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Erik Faye-Lund
2012-12-04 09:10:42 +01:00
committed by Junio C Hamano
parent afb43561b8
commit f7a4cea25e
2 changed files with 0 additions and 17 deletions

View File

@ -55,8 +55,6 @@ struct passwd {
char *pw_dir;
};
extern char *getpass(const char *prompt);
typedef void (__cdecl *sig_handler_t)(int);
struct sigaction {
sig_handler_t sa_handler;