Browse Source

include/shell.sh: remove getvar()

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 43020
Felix Fietkau 11 years ago
parent
commit
43f485f334
1 changed files with 0 additions and 4 deletions
  1. 0 4
      include/shell.sh

+ 0 - 4
include/shell.sh

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