# HG changeset patch # User "Yann E. MORIN" # Date 1254434664 -7200 # Node ID a576367cac4416742ebc9aeae42b3cda0db42981 # Parent 2e84b052ed5f283b0327730fb66236075e0fab94 libc/glibc: remove dead code The option to retrieve snapshots is already handled by the generic 'specific date' and 'use latest' entries. No need for a special case, as there's no code for it. diff -r 2e84b052ed5f -r a576367cac44 config/libc/glibc.in --- a/config/libc/glibc.in Thu Oct 01 22:14:45 2009 +0200 +++ b/config/libc/glibc.in Fri Oct 02 00:04:24 2009 +0200 @@ -128,14 +128,4 @@ endif # LIBC_GLIBC_CVS -#config LIBC_GLIBC_SNAPSHOT -# bool -# prompt "Use latest nightly snapshot" -# help -# See the help for the entry "Released tarball", above. -# -# If you can live with a moving code-base, say 'Y' here. -# If you want your toolchain to really be reproducible, look at the -# choice entry "Released tarball from FTP", above. - endchoice diff -r 2e84b052ed5f -r a576367cac44 scripts/build/libc/glibc.sh --- a/scripts/build/libc/glibc.sh Thu Oct 01 22:14:45 2009 +0200 +++ b/scripts/build/libc/glibc.sh Fri Oct 02 00:04:24 2009 +0200 @@ -47,8 +47,6 @@ "glibc-${version}-branch${date:+:}${date}" \ "glibc-${addon}-cvs-${CT_LIBC_VERSION}" done -# elif [ "${CT_LIBC_GLIBC_SNAPSHOT}" = "y" ]; then -# : # Not yet handled... fi return 0