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>
This commit is contained in:
Benoît THÉBAUDEAU" 2011-07-29 15:30:58 +02:00
parent 568251c281
commit 5938837633

View File

@ -361,15 +361,3 @@ do_libc_min_kernel_config() {
;;
esac
}
# Extract the files required for the libc locales
# Nothing to do by default
do_libc_locales_extract() {
:
}
# Build and install the libc locales
# Nothing to do by default
do_libc_locales() {
:
}