Skip to content
Snippets Groups Projects
Commit f6daff47 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed old unused getpass() leftovers

parent 9d0d8280
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment