From 0fb1df4af2a28bc95b26fbd9d4f172a461d88ef2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Jan 2015 15:40:48 -0800 Subject: prompt.c: remove git_getpass() nobody uses This was whittled down to a compatibility wrapper around the more flexible git_prompt() in 1cb0134f (refactor git_getpass into generic prompt function, 2011-12-10), waiting for the final callers to go away. That happened in 791643a8 (imap-send: use git-credential, 2014-04-28) when imap-send learned to use the credential interface. Reviewed-by: Jeff King Signed-off-by: Junio C Hamano --- prompt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'prompt.h') diff --git a/prompt.h b/prompt.h index 04f321a781..e04cced030 100644 --- a/prompt.h +++ b/prompt.h @@ -5,6 +5,5 @@ #define PROMPT_ECHO (1<<1) char *git_prompt(const char *prompt, int flags); -char *git_getpass(const char *prompt); #endif /* PROMPT_H */ -- cgit v1.2.3