From ee3e9a56f12016be5d8e6eb9914c897d38ab9529 Mon Sep 17 00:00:00 2001
From: Darko Poljak <darko.poljak@gmail.com>
Date: Thu, 31 Mar 2016 12:34:59 +0200
Subject: [PATCH] Remove commented old code.

---
 cdist/conf/type/__pacman_conf/manifest | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cdist/conf/type/__pacman_conf/manifest b/cdist/conf/type/__pacman_conf/manifest
index 903be087..b9679577 100644
--- a/cdist/conf/type/__pacman_conf/manifest
+++ b/cdist/conf/type/__pacman_conf/manifest
@@ -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