From 8f06bcd738cb777bac31661985d361c31d37cb64 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 30 Dec 2012 19:51:33 +0100 Subject: [PATCH] Dropping support for now unused includes feature in package lists. --- functions/packagelists.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/functions/packagelists.sh b/functions/packagelists.sh index aad1ea2d3..df58679a6 100755 --- a/functions/packagelists.sh +++ b/functions/packagelists.sh @@ -107,22 +107,6 @@ Expand_packagelist () _LB_ENABLED=1 ;; - \#*) - if [ ${_LB_ENABLED} -ne 1 ] - then - continue - fi - - # Find includes - _LB_INCLUDES="$(echo "${_LB_LINE}" | sed -n \ - -e 's|^# \([^ ]*\)|\1|gp' \ - -e 's|^#include <\([^ ]*\)>|\1|gp')" - - # Add to queue - _LB_EXPAND_QUEUE="$(echo ${_LB_EXPAND_QUEUE} ${_LB_INCLUDES} | - sed -e 's|[ ]*$||' -e 's|^[ ]*||')" - ;; - *) if [ ${_LB_ENABLED} -eq 1 ] then