diff options
author | Andreas Schneider <asn@samba.org> | 2012-11-23 14:58:38 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2012-12-03 14:35:10 +0100 |
commit | 532350877322cd3446cfa65459e82a45d5cef76c (patch) | |
tree | 4f76603c816a1940868023443ebf3247d4830b1e /lib/replace/libreplace.m4 | |
parent | ce29ecfd44613e4f3bae98418add1cc4d0ed59ab (diff) | |
download | samba-532350877322cd3446cfa65459e82a45d5cef76c.tar.gz samba-532350877322cd3446cfa65459e82a45d5cef76c.tar.xz samba-532350877322cd3446cfa65459e82a45d5cef76c.zip |
replace: Remove deprecated getpass() support.
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'lib/replace/libreplace.m4')
-rw-r--r-- | lib/replace/libreplace.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/replace/libreplace.m4 b/lib/replace/libreplace.m4 index 796069c8ca..ac2af27f31 100644 --- a/lib/replace/libreplace.m4 +++ b/lib/replace/libreplace.m4 @@ -381,7 +381,6 @@ fi m4_include(system/config.m4) m4_include(dlfcn.m4) -m4_include(getpass.m4) m4_include(strptime.m4) m4_include(win32.m4) m4_include(timegm.m4) |