libc/glibc: remove dead code
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 02 00:04:24 2009 +0200 (2009-10-02)
changeset 1557a576367cac44
parent 1550 2e84b052ed5f
child 1558 d2b746e94197
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.
config/libc/glibc.in
scripts/build/libc/glibc.sh
     1.1 --- a/config/libc/glibc.in	Thu Oct 01 22:14:45 2009 +0200
     1.2 +++ b/config/libc/glibc.in	Fri Oct 02 00:04:24 2009 +0200
     1.3 @@ -128,14 +128,4 @@
     1.4  
     1.5  endif #  LIBC_GLIBC_CVS
     1.6  
     1.7 -#config LIBC_GLIBC_SNAPSHOT
     1.8 -#    bool
     1.9 -#    prompt "Use latest nightly snapshot"
    1.10 -#    help
    1.11 -#      See the help for the entry "Released tarball", above.
    1.12 -#      
    1.13 -#      If you can live with a moving code-base, say 'Y' here.
    1.14 -#      If you want your toolchain to really be reproducible, look at the
    1.15 -#      choice entry "Released tarball from FTP", above.
    1.16 -
    1.17  endchoice
     2.1 --- a/scripts/build/libc/glibc.sh	Thu Oct 01 22:14:45 2009 +0200
     2.2 +++ b/scripts/build/libc/glibc.sh	Fri Oct 02 00:04:24 2009 +0200
     2.3 @@ -47,8 +47,6 @@
     2.4                        "glibc-${version}-branch${date:+:}${date}"        \
     2.5                        "glibc-${addon}-cvs-${CT_LIBC_VERSION}"
     2.6          done
     2.7 -#    elif [ "${CT_LIBC_GLIBC_SNAPSHOT}" = "y" ]; then
     2.8 -#        : # Not yet handled...
     2.9      fi
    2.10  
    2.11      return 0