From: Daniel Stenberg Date: Thu, 26 Oct 2000 21:59:54 +0000 (+0000) Subject: removed old unused getpass() leftovers X-Git-Tag: curl-7_5~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6daff475fe7622589b901532159a113e1013c3f;p=curl removed old unused getpass() leftovers --- diff --git a/lib/setup.h b/lib/setup.h index ecb3dd5b0..a434cac3e 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -162,13 +162,4 @@ int fileno( FILE *stream); #endif -/* - * FIXME: code for getting a passwd in windows/non termcap/signal systems? - */ -#ifndef WIN32 -#define get_password(x) getpass(x) -#else -#define get_password(x) -#endif - #endif /* __CONFIG_H */