1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed old unused getpass() leftovers

This commit is contained in:
Daniel Stenberg 2000-10-26 21:59:54 +00:00
parent 9d0d8280e9
commit f6daff475f

View File

@ -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 */