From 593883763314c5247d8e250067e0b2f00f8e2e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20TH=C3=89BAUDEAU=22?= Date: Fri, 29 Jul 2011 15:30:58 +0200 Subject: libc: remove unneeded glibc/eglibc common functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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" diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common index bc7fd13..8fac480 100644 --- a/scripts/build/libc/glibc-eglibc.sh-common +++ b/scripts/build/libc/glibc-eglibc.sh-common @@ -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() { - : -} -- cgit v0.10.2-6-g49f6