[arch-projects] [mkinitcpio] [PATCH 1/2] hooks/resume: Remove unused function

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Mon Nov 14 18:46:23 EST 2011


Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 hooks/resume |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hooks/resume b/hooks/resume
index f514eb6..c0fa0e1 100644
--- a/hooks/resume
+++ b/hooks/resume
@@ -1,8 +1,6 @@
 # vim:set ft=sh:
 run_hook ()
 {
-    fmtdevice () { echo "${1}:${2}"; }
-
     if [ -n "${resume}" ]; then
         if echo ${resume} | grep -q ':'; then
             # Tux-on-ice syntax: swap:/dev/sda2 or file:/dev/sda2:0xdeadbeef
-- 
1.7.7.3



More information about the arch-projects mailing list