Remove commented old code.

This commit is contained in:
Darko Poljak 2016-03-31 12:34:59 +02:00
parent f926c73e10
commit ee3e9a56f1
1 changed files with 0 additions and 2 deletions

View File

@ -42,10 +42,8 @@ contains_element() {
MATCH=0
target=$1
# keys="${@:2}"
shift
# for key in ${keys}; do
for key in "$@"; do
if [ "${key}" = "${target}" ]; then
MATCH=1