aboutsummaryrefslogtreecommitdiffstats
path: root/include/shell.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-22 08:57:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-22 08:57:30 +0000
commit0bd0ddadc5b29da9fa4328a913c9728950e53d3d (patch)
treef055cc61c16895d1ee754f993f686d30552664eb /include/shell.sh
parent77d3d590d5438a434ccb670bb62afc9765368622 (diff)
downloadmaster-187ad058-0bd0ddadc5b29da9fa4328a913c9728950e53d3d.tar.gz
master-187ad058-0bd0ddadc5b29da9fa4328a913c9728950e53d3d.tar.bz2
master-187ad058-0bd0ddadc5b29da9fa4328a913c9728950e53d3d.zip
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
Diffstat (limited to 'include/shell.sh')
-rw-r--r--include/shell.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/shell.sh b/include/shell.sh
index 634beedcef..a1e5cbe66f 100644
--- a/include/shell.sh
+++ b/include/shell.sh
@@ -1,7 +1,3 @@
-getvar() {
- eval "echo \"\${$1}\""
-}
-
var2file() {
local var
eval "var=\"\${$1}\""