diff --git a/lib/setup.h b/lib/setup.h index ecb3dd5b06..a434cac3eb 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 */