Explorar el Código

include/shell.sh: remove getvar()

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

SVN-Revision: 43020
Felix Fietkau hace 11 años
padre
commit
43f485f334
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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}\""