diff options
Diffstat (limited to 'scripts/build/libc/none.sh')
-rw-r--r-- | scripts/build/libc/none.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/build/libc/none.sh b/scripts/build/libc/none.sh index 4053459c..520b8fde 100644 --- a/scripts/build/libc/none.sh +++ b/scripts/build/libc/none.sh @@ -2,10 +2,6 @@ # Copyright 2008 Yann E. MORIN # Licensed under the GPL v2. See COPYING in the root of this package -do_print_filename() { - : -} - do_libc_get() { : } @@ -22,7 +18,6 @@ do_libc_headers() { : } -# Build and install start files do_libc_start_files() { : } |