removed old unused getpass() leftovers
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Oct 2000 21:59:54 +0000 (21:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Oct 2000 21:59:54 +0000 (21:59 +0000)
lib/setup.h

index ecb3dd5..a434cac 100644 (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 */