libc: remove unneeded glibc/eglibc common functions
author"Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Fri Jul 29 15:30:58 2011 +0200 (2011-07-29)
changeset 258899532252143d
parent 2587 7727970d04e9
child 2589 2289c546c8e1
libc: remove unneeded glibc/eglibc common functions

do_libc_locales_extract() and do_libc_locales() in glibc-eglibc.sh-common have
been overridden for both glibc and eglibc, so they can now be removed, which
this patch does.

Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
scripts/build/libc/glibc-eglibc.sh-common
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Fri Jul 29 15:30:53 2011 +0200
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Fri Jul 29 15:30:58 2011 +0200
     1.3 @@ -361,15 +361,3 @@
     1.4              ;;
     1.5      esac
     1.6  }
     1.7 -
     1.8 -# Extract the files required for the libc locales
     1.9 -# Nothing to do by default
    1.10 -do_libc_locales_extract() {
    1.11 -    :
    1.12 -}
    1.13 -
    1.14 -# Build and install the libc locales
    1.15 -# Nothing to do by default
    1.16 -do_libc_locales() {
    1.17 -    :
    1.18 -}