From f6daff475fe7622589b901532159a113e1013c3f Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Thu, 26 Oct 2000 21:59:54 +0000
Subject: [PATCH] removed old unused getpass() leftovers

---
 lib/setup.h | 9 ---------
 1 file changed, 9 deletions(-)

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