include/shell.sh: remove getvar()

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43020 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2014-10-22 08:57:30 +00:00
parent 77d3d590d5
commit 0bd0ddadc5

View File

@@ -1,7 +1,3 @@
getvar() {
eval "echo \"\${$1}\""
}
var2file() {
local var
eval "var=\"\${$1}\""