All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Amadeusz Żołnowski" <aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 1/2] i18n: removed unused functions from console_init
Date: Fri, 2 Jul 2010 10:32:18 +0200	[thread overview]
Message-ID: <20100702103218.3ac4fb9e@etiriah> (raw)

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

---
 modules.d/10i18n/console_init |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/modules.d/10i18n/console_init b/modules.d/10i18n/console_init
index 9a8d621..146cd26 100755
--- a/modules.d/10i18n/console_init
+++ b/modules.d/10i18n/console_init
@@ -7,26 +7,6 @@ DEFAULT_SYSFONT=LatArCyrHeb-16
 DEFAULT_KEYMAP=/etc/sysconfig/console/default.kmap
 
 
-print_vars() {
-    local var value
-
-    for var in $@
-    do
-        value=$(eval echo \$$var)
-        [ -n "${value}" ] && echo "${var}=\"${value}\""
-    done
-}
-
-run_debug() {
-    echo -n $@
-    echo -n '   '
-    if $@; then
-        echo 'OK'
-    else
-        echo 'Failed!'
-    fi
-}
-
 set_keyboard() {
     local param
 
-- 
1.7.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

             reply	other threads:[~2010-07-02  8:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-02  8:32 Amadeusz Żołnowski [this message]
2010-07-02  8:37 ` [PATCH 2/2] i18n: loading additional keymaps declared in EXT_KEYMAPS Amadeusz Żołnowski
2010-07-09 13:50   ` Harald Hoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100702103218.3ac4fb9e@etiriah \
    --to=aidecoe-2qtfh70ttyba5ebddlwbiw@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.