Sfoglia il codice sorgente

include/shell.sh: remove getvar()

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

SVN-Revision: 43020
Felix Fietkau 11 anni fa
parent
commit
43f485f334
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  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}\""