include/shell.sh: remove getvar()
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Oct 2014 08:57:30 +0000 (08:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Oct 2014 08:57:30 +0000 (08:57 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43020 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/shell.sh

index 634beed..a1e5cbe 100644 (file)
@@ -1,7 +1,3 @@
-getvar() {
-       eval "echo \"\${$1}\""
-}
-
 var2file() {
        local var
        eval "var=\"\${$1}\""